Click or drag to resize

SolidFireElementListSnapMirrorVolumesAsync Method (CancellationToken, NullableInt64, 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#
public Task<ListSnapMirrorVolumesResult> ListSnapMirrorVolumesAsync(
	CancellationToken cancellationToken,
	Nullable<long> SnapMirrorEndpointID = null,
	string Vserver = null,
	string Name = null,
	string Type = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointID (Optional)
Type: SystemNullableInt64
Vserver (Optional)
Type: SystemString
Name (Optional)
Type: SystemString
Type (Optional)
Type: SystemString

Return Value

Type: TaskListSnapMirrorVolumesResult

Implements

ISolidFireElementListSnapMirrorVolumesAsync(CancellationToken, NullableInt64, String, String, String)
See Also