Click or drag to resize

SolidFireElementListNetworkInterfaceStatsAsync 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#
public Task<ListNetworkInterfaceStatsResult> ListNetworkInterfaceStatsAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListNetworkInterfaceStatsResult

Implements

ISolidFireElementListNetworkInterfaceStatsAsync(CancellationToken)
See Also