Click or drag to resize

SolidFireElementGetNodeStatsAsync Method (CancellationToken, Int64)

GetNodeStats enables you to retrieve the high-level activity measurements for a single node.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetNodeStatsResult> GetNodeStatsAsync(
	CancellationToken cancellationToken,
	long NodeID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
NodeID
Type: SystemInt64

Return Value

Type: TaskGetNodeStatsResult

Implements

ISolidFireElementGetNodeStatsAsync(CancellationToken, Int64)
See Also