SolidFireElementUpdateBulkVolumeStatusAsync Method (CancellationToken, String, String, String, String, Hashtable) |
You can use UpdateBulkVolumeStatus in a script to update the status of a bulk volume job that you started with the
StartBulkVolumeRead or StartBulkVolumeWrite methods.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public Task<UpdateBulkVolumeStatusResult> UpdateBulkVolumeStatusAsync(
CancellationToken cancellationToken,
string Key,
string Status,
string PercentComplete = null,
string Message = null,
Hashtable Attributes = null
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- Key
- Type: SystemString
- Status
- Type: SystemString
- PercentComplete (Optional)
- Type: SystemString
- Message (Optional)
- Type: SystemString
- Attributes (Optional)
- Type: System.CollectionsHashtable
Return Value
Type:
TaskUpdateBulkVolumeStatusResultImplements
ISolidFireElementUpdateBulkVolumeStatusAsync(CancellationToken, String, String, String, String, Hashtable)See Also