Click or drag to resize

SolidFireElementDeleteSnapshotAsync Method (CancellationToken, Int64)

DeleteSnapshot enables you to delete a snapshot. A snapshot that is currently the "active" snapshot cannot be deleted. You must rollback and make another snapshot "active" before the current snapshot can be deleted. For more details on rolling back snapshots, see RollbackToSnapshot.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapshotID
Type: SystemInt64

Return Value

Type: TaskDeleteSnapshotResult

Implements

ISolidFireElementDeleteSnapshotAsync(CancellationToken, Int64)
See Also