[AdapterCommandAttribute("Resets the statistics of the action adapter.", new ResourceAccessLevel[] { ... })]
[LabelAttribute("Reset Statistics")]
public override void ResetStatistics()
<AdapterCommandAttribute("Resets the statistics of the action adapter.", New ResourceAccessLevel() { ... })>
<LabelAttribute("Reset Statistics")>
Public Overrides Sub ResetStatistics
public:
[AdapterCommandAttribute(L"Resets the statistics of the action adapter.",
__gc new array<ResourceAccessLevel>^ { ... })]
[LabelAttribute(L"Reset Statistics")]
virtual void ResetStatistics() override
function ResetStatistics();