Click or drag to resize

ISolidFireElementGetSchedule Method (GetScheduleRequest)

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#
GetScheduleResult GetSchedule(
	GetScheduleRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiGetScheduleRequest

Return Value

Type: GetScheduleResult
See Also