Click or drag to resize

SolidFireElementListSnapMirrorSchedulesAsync Method (CancellationToken, NullableInt64)

The SolidFire Element OS web UI uses the ListSnapMirrorSchedules method to get a list of schedules that are available on a remote ONTAP cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListSnapMirrorSchedulesResult> ListSnapMirrorSchedulesAsync(
	CancellationToken cancellationToken,
	Nullable<long> SnapMirrorEndpointID = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointID (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskListSnapMirrorSchedulesResult

Implements

ISolidFireElementListSnapMirrorSchedulesAsync(CancellationToken, NullableInt64)
See Also