IScheduleServiceGetSchedule Method

Gets a schedule.

Namespace: Dundas.BI.Scheduling
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
Schedule? GetSchedule(
	Guid scheduleId
)

Parameters

scheduleId  Guid
ID of the schedule.

Return Value

Schedule
The schedule with the specified ID, or if it was not found.
Exceptions
ExceptionCondition
ArgumentExceptionscheduleId is Empty.
NoPrivilegeExceptionThe caller does not have permission to read the job associated with the specified schedule.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also