IScheduleServiceGetSchedule Method

Gets a schedule.

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

Parameters

scheduleId
Type: SystemGuid
ID of the schedule.

Return Value

Type: 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