Click or drag to resize

SolidFireElementRestoreDeletedVolumeAsync Method (CancellationToken, Int64)

RestoreDeletedVolume marks a deleted volume as active again. This action makes the volume immediately available for iSCSI connection.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VolumeID
Type: SystemInt64

Return Value

Type: TaskRestoreDeletedVolumeResult

Implements

ISolidFireElementRestoreDeletedVolumeAsync(CancellationToken, Int64)
See Also