Click or drag to resize

SolidFireElementGetScheduleAsync Method (GetScheduleRequest, CancellationToken)

You can use the GetSchedule method to retrieve information about a scheduled snapshot. You can see information about a specific schedule if there are many snapshot schedules in the system. You also retrieve information about more than one schedule with this method by specifying additional scheduleIDs in the parameter.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetScheduleResult> GetScheduleAsync(
	GetScheduleRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskGetScheduleResult

Implements

ISolidFireElementGetScheduleAsync(GetScheduleRequest, CancellationToken)
See Also