Click or drag to resize

SolidFireElementListSnapMirrorLunsAsync Method (CancellationToken, Int64, SnapMirrorVolumeInfo)

The SolidFire Element OS web UI uses the ListSnapMirrorLuns method to list the LUN information for the SnapMirror relationship from the remote ONTAP cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListSnapMirrorLunsResult> ListSnapMirrorLunsAsync(
	CancellationToken cancellationToken,
	long SnapMirrorEndpointID,
	SnapMirrorVolumeInfo DestinationVolume
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointID
Type: SystemInt64
DestinationVolume
Type: SolidFire.Element.ApiSnapMirrorVolumeInfo

Return Value

Type: TaskListSnapMirrorLunsResult

Implements

ISolidFireElementListSnapMirrorLunsAsync(CancellationToken, Int64, SnapMirrorVolumeInfo)
See Also