Click or drag to resize

SolidFireElementGetScheduleAsync Method (CancellationToken, Int64)

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(
	CancellationToken cancellationToken,
	long ScheduleID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
ScheduleID
Type: SystemInt64

Return Value

Type: TaskGetScheduleResult

Implements

ISolidFireElementGetScheduleAsync(CancellationToken, Int64)
See Also