Click or drag to resize

SolidFireElementGetVolumeEfficiencyAsync Method (CancellationToken, Int64)

GetVolumeEfficiency enables you to retrieve information about a volume. Only the volume you give as a parameter in this API method is used to compute the capacity.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VolumeID
Type: SystemInt64

Return Value

Type: TaskGetVolumeEfficiencyResult

Implements

ISolidFireElementGetVolumeEfficiencyAsync(CancellationToken, Int64)
See Also