public ReportScheduleInfo GetReportScheduleInfoByJobId( System.string jobId )
Parameters
- jobId
- jobId that uniquely identifies a schedule
Return Value
ReportScheduleInfo that matches the jobId provided
Returns the ReportScheduleInfo with the jobId provided. If none is found, an exception is thrown
public ReportScheduleInfo GetReportScheduleInfoByJobId( System.string jobId )
Exception | Description |
---|---|
Exception | An exception is thrown if the job ID cannot be found on any of the available Scheduler Service hosts. |
var x = reportScheduler.GetReportScheduleInfoByJobId(@"c3a7ea8d-ebf2-477b-bbb3-8d8c44d1a39c"); //Perform operations on x reportScheduler.UpdateExistingSchedule(x, "@c3a7ea8d-ebf2-477b-bbb3-8d8c44d1a39c");