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
)
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 See Also