RunJobsOptions Class

The options class used for running a job.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsRunJobsOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class RunJobsOptions

The RunJobsOptions type exposes the following members.

Constructors
  NameDescription
Public methodRunJobsOptions
Initializes a new instance of the RunJobsOptions class
Top
Properties
  NameDescription
Public propertyJobRequestor
Gets or sets the job requestor.
Public propertyRelatedJobsIncludeKinds
Gets or sets the include kinds of the related jobs.
Top
See Also