IScheduleServiceGetSchedule Method |
Gets a schedule.
Namespace:
Dundas.BI.Scheduling
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
SyntaxSchedule GetSchedule(
Guid scheduleId
)
Function GetSchedule (
scheduleId As Guid
) As Schedule
Schedule^ GetSchedule(
Guid scheduleId
)
abstract GetSchedule :
scheduleId : Guid -> Schedule
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| Exception | Condition |
|---|
| ArgumentException | scheduleId is Empty. |
| NoPrivilegeException | The caller does not have permission to read the job associated with the specified schedule. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also