Job Class

Represents a user or system job that a report server is actively processing.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class Job
'Usage
Dim instance As Job
[SerializableAttribute]
public class Job
[SerializableAttribute]
public ref class Job
[<SerializableAttribute>]
type Job =  class end
public class Job

Remarks

An array of Job objects is returned as output by the ListJobs method.

Inheritance Hierarchy

System.Object
  ReportService2006.Job

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.