JobService Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Contains methods for manipulating the job queue.
Syntax
public sealed class JobService : JobServiceBase, IWebService Public NotInheritable Class JobService
Inherits JobServiceBase
Implements IWebService Methods
| Name | Description |
|---|---|
| AddJob | Adds a new job to the queue. |
| AddScheduledJob | Adds a scheduled job with given execution date and frequency. |
| CheckRolePermissions | Check if the current logged in user has permission to execute specific web service APIs |
| DeleteJobById | Deletes a job from the queue. |
| DeleteScheduledJob | Deletes the given scheduled job. |
| EnableChangeObservation | Reserved for future use. |
| GetJobQueueEnabled | Tells if the job queue is enabled. |
| GetJobsByDate | Get all jobs from the queue queued on or after the specified start date. |
| GetScheduledJob | Gets information about the given scheduled job. |
| GetScheduledJobs | Gets information about all scheduled jobs. |
| ReserveNextJob | Reserve the next job in the queue |
| ResubmitJob | Resubmit a job of the specified Id to the queue. |
| SetJobQueueEnabled | Enables or disables the job queue. |
| UnReserveJobById | Removes a reservation on a job. |
| UnReserveJobsByClientName | Un-reserve all jobs for a given client. |
| UpdateJobFailure | Inform the job queue that the client was unable to complete the job. |
| UpdateJobSuccess | Inform the job queue that the job was successfully completed. |
Returned By
Where you get a JobService — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ServiceBase
- Autodesk.Connectivity.WebServices.ServiceBase<T>
- Autodesk.Connectivity.WebServices.JobServiceBase
- Autodesk.Connectivity.WebServices.JobService