Click or drag to resize

SolidFireElementListSnapMirrorSchedulesAsync Method (ListSnapMirrorSchedulesRequest, CancellationToken)

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

Parameters

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

Return Value

Type: TaskListSnapMirrorSchedulesResult

Implements

ISolidFireElementListSnapMirrorSchedulesAsync(ListSnapMirrorSchedulesRequest, CancellationToken)
See Also