ISolidFireElementDeleteQoSPolicyAsync 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 Task<DeleteQoSPolicyResult> DeleteQoSPolicyAsync(
CancellationToken cancellationToken,
long QosPolicyID
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- QosPolicyID
- Type: SystemInt64
Return Value
Type:
TaskDeleteQoSPolicyResultSee Also