Click or drag to resize

SolidFireElementModifyQoSPolicyAsync Method (CancellationToken, Int64, String, QoS)

You can use the ModifyQoSPolicy method to modify an existing QoSPolicy on the system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ModifyQoSPolicyResult> ModifyQoSPolicyAsync(
	CancellationToken cancellationToken,
	long QosPolicyID,
	string Name = null,
	QoS Qos = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
QosPolicyID
Type: SystemInt64
Name (Optional)
Type: SystemString
Qos (Optional)
Type: SolidFire.Element.ApiQoS

Return Value

Type: TaskModifyQoSPolicyResult

Implements

ISolidFireElementModifyQoSPolicyAsync(CancellationToken, Int64, String, QoS)
See Also