Click or drag to resize

SolidFireElementListQoSPoliciesAsync Method

You can use the ListQoSPolicies method to list all the settings of all QoS policies on the system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListQoSPoliciesResult> ListQoSPoliciesAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListQoSPoliciesResult

Implements

ISolidFireElementListQoSPoliciesAsync(CancellationToken)
See Also