Click or drag to resize

SolidFireElementGetVolumeEfficiencyAsync Method (GetVolumeEfficiencyRequest, CancellationToken)

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(
	GetVolumeEfficiencyRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiGetVolumeEfficiencyRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetVolumeEfficiencyResult

Implements

ISolidFireElementGetVolumeEfficiencyAsync(GetVolumeEfficiencyRequest, CancellationToken)
See Also