Click or drag to resize

SolidFireElementListSnapMirrorLunsAsync Method (ListSnapMirrorLunsRequest, CancellationToken)

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

Parameters

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

Return Value

Type: TaskListSnapMirrorLunsResult

Implements

ISolidFireElementListSnapMirrorLunsAsync(ListSnapMirrorLunsRequest, CancellationToken)
See Also