Click or drag to resize

SolidFireElementGetSchedule Method (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 GetScheduleResult GetSchedule(
	long ScheduleID
)

Parameters

ScheduleID
Type: SystemInt64

Return Value

Type: GetScheduleResult

Implements

ISolidFireElementGetSchedule(Int64)
See Also