ISolidFireElementPurgeDeletedVolumeAsync Method (CancellationToken, Int64) |
PurgeDeletedVolume immediately and permanently purges a volume that has been deleted. You must delete a volume using
DeleteVolume before it can be purged. Volumes are purged automatically after a period of time, so usage of this method is not
typically required.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax Task<PurgeDeletedVolumeResult> PurgeDeletedVolumeAsync(
CancellationToken cancellationToken,
long VolumeID
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- VolumeID
- Type: SystemInt64
Return Value
Type:
TaskPurgeDeletedVolumeResultSee Also