Click or drag to resize

SolidFireElementDeleteQoSPolicyAsync Method (CancellationToken, Int64)

You can use the DeleteQoSPolicy method to delete a QoS policy from the system. The QoS settings for all volumes created of modified with this policy are unaffected.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
QosPolicyID
Type: SystemInt64

Return Value

Type: TaskDeleteQoSPolicyResult

Implements

ISolidFireElementDeleteQoSPolicyAsync(CancellationToken, Int64)
See Also