Click or drag to resize

ISolidFireElement.ListSnapMirrorVolumesAsync Method (CancellationToken, Nullable<Int64>, String, String, String)

The SolidFire Element OS web UI uses the ListSnapMirrorVolumes method to list all SnapMirror volumes available on a remote ONTAP system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<ListSnapMirrorVolumesResult> ListSnapMirrorVolumesAsync(
	CancellationToken cancellationToken,
	Nullable<long> SnapMirrorEndpointID = null,
	string Vserver = null,
	string Name = null,
	string Type = null
)

Parameters

cancellationToken
Type: System.Threading.CancellationToken
SnapMirrorEndpointID (Optional)
Type: System.Nullable<Int64>
Vserver (Optional)
Type: System.String
Name (Optional)
Type: System.String
Type (Optional)
Type: System.String

Return Value

Type: Task<ListSnapMirrorVolumesResult>
See Also