Open this page in the API Guide

IScheduleService.GetSchedule Method

Gets a schedule.

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

Parameters

scheduleId
Type: System.Guid
ID of the schedule.

Return Value

Type: Schedule
The schedule with the specified ID, or null 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