Click or drag to resize

SolidFireElement.ListNetworkInterfaceStatsAsync 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.Threading.CancellationToken

Return Value

Type: Task<ListNetworkInterfaceStatsResult>

Implements

ISolidFireElement.ListNetworkInterfaceStatsAsync(CancellationToken)
See Also