IMonitoringService Interface
IIS 7.0
Represents an interface that defines how the IIS Transform Manager monitors jobs that are related to a transform process.
Namespace: Microsoft.Web.Media.TransformManager
Assembly: Microsoft.Web.Media.TransformManager.ServiceLibrary (in Microsoft.Web.Media.TransformManager.ServiceLibrary.dll)
The IMonitoringService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CancelJob | Cancels a job. |
![]() | CancelJobById | Cancels a job that is represented by the specified job ID. |
![]() | DeleteJob | Deletes all input files, output files, and work item details of a job. |
![]() | GetCumulativeJobCountByStatus | |
![]() | GetJobCountByStatus | Returns the number of jobs in each job state. |
![]() | GetJobDetails | Returns a collection of job details based on the specified filter parameters. |
![]() | GetJobDetailsById | Returns a JobDetails object for a job. |
![]() | GetJobDetailsByInstanceFileName | Returns a collection of JobDetails objects based on the instance file name. |
![]() | GetJobFiles | Returns a list of the files in the folder that is created for this job. |
![]() | GetJobLogFile | Returns the instance log for a job. |
![]() | GetJobManifest | Returns the job manifest that IIS Transform Manager created for a job. |
![]() | GetRunningJobs | Returns a collection of all of the running jobs for all JobDefinition objects. |
