Reset the statistics of the active policy of a selected interface.

Namespace:  Intel.Manageability.SystemDefense
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
void ResetStatistics(
	NetworkInterface networkInterface
)
Visual Basic (Declaration)
Sub ResetStatistics ( _
	networkInterface As NetworkInterface _
)

Parameters

networkInterface
Type: Intel.Manageability.SystemDefense..::.NetworkInterface
The selected interface. This function accepts only one network interface.

See Also