Click or drag to resize

SolidFireElementListSnapshotsAsync Method (ListSnapshotsRequest, CancellationToken)

ListSnapshots enables you to return the attributes of each snapshot taken on the volume. Information about snapshots that reside on the target cluster is displayed on the source cluster when this method is called from the source cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListSnapshotsResult> ListSnapshotsAsync(
	ListSnapshotsRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskListSnapshotsResult

Implements

ISolidFireElementListSnapshotsAsync(ListSnapshotsRequest, CancellationToken)
See Also