Click or drag to resize

SolidFireElementDeleteSnapshotAsync Method (DeleteSnapshotRequest, CancellationToken)

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(
	DeleteSnapshotRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiDeleteSnapshotRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskDeleteSnapshotResult

Implements

ISolidFireElementDeleteSnapshotAsync(DeleteSnapshotRequest, CancellationToken)
See Also