Autodesk Vault ProfessionalVault API

JobService Class

Autodesk.Connectivity.WebServicesAutodesk.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

NameDescription
AddJobAdds a new job to the queue.
AddScheduledJobAdds a scheduled job with given execution date and frequency.
CheckRolePermissionsCheck if the current logged in user has permission to execute specific web service APIs
DeleteJobByIdDeletes a job from the queue.
DeleteScheduledJobDeletes the given scheduled job.
EnableChangeObservationReserved for future use.
GetJobQueueEnabledTells if the job queue is enabled.
GetJobsByDateGet all jobs from the queue queued on or after the specified start date.
GetScheduledJobGets information about the given scheduled job.
GetScheduledJobsGets information about all scheduled jobs.
ReserveNextJobReserve the next job in the queue
ResubmitJobResubmit a job of the specified Id to the queue.
SetJobQueueEnabledEnables or disables the job queue.
UnReserveJobByIdRemoves a reservation on a job.
UnReserveJobsByClientNameUn-reserve all jobs for a given client.
UpdateJobFailureInform the job queue that the client was unable to complete the job.
UpdateJobSuccessInform the job queue that the job was successfully completed.
UpdateJobPriority

Returned By

Where you get a JobService — members that return one.

Inheritance Hierarchy

See Also