Click or drag to resize

SolidFireElementGetAccountEfficiencyAsync Method (GetAccountEfficiencyRequest, CancellationToken)

GetAccountEfficiency enables you to retrieve efficiency statistics about a volume account. This method returns efficiency information only for the account you specify as a parameter.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetEfficiencyResult> GetAccountEfficiencyAsync(
	GetAccountEfficiencyRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskGetEfficiencyResult

Implements

ISolidFireElementGetAccountEfficiencyAsync(GetAccountEfficiencyRequest, CancellationToken)
See Also