Click or drag to resize

SolidFireElementListActivePairedVolumesAsync Method (ListActivePairedVolumesRequest, CancellationToken)

ListActivePairedVolumes enables you to list all the active volumes paired with a volume. This method returns information about volumes with active and pending pairings.

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

Parameters

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

Return Value

Type: TaskListActivePairedVolumesResult

Implements

ISolidFireElementListActivePairedVolumesAsync(ListActivePairedVolumesRequest, CancellationToken)
See Also