Click or drag to resize

ISolidFireElementListNetworkInterfaceStatsAsync Method

List statistics for network statistics such as dropped packets and various types of errors.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<ListNetworkInterfaceStatsResult> ListNetworkInterfaceStatsAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListNetworkInterfaceStatsResult
See Also