Click or drag to resize

SolidFireElementListGroupSnapshotsAsync Method (CancellationToken, Int64, NullableInt64)

ListGroupSnapshots enables you to get information about all group snapshots that have been created.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListGroupSnapshotsResult> ListGroupSnapshotsAsync(
	CancellationToken cancellationToken,
	long[] Volumes = null,
	Nullable<long> GroupSnapshotID = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Volumes (Optional)
Type: SystemInt64
GroupSnapshotID (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskListGroupSnapshotsResult

Implements

ISolidFireElementListGroupSnapshotsAsync(CancellationToken, Int64, NullableInt64)
See Also