StartJob Method
- Last UpdatedNov 06, 2025
- 1 minute read
The StartJob() method starts the specified job on the specified entity.
| Overload | Description |
|---|---|
| StartJob(Int32,String,Int32,String,String,Int32,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>) | The StartJob() method starts the specified job on the specified entity. This overload of the method uses the entity ID to specify the entity. |
| StartJob(Int32,String,Int32,Nullable<DateTime>,String,String,Int32,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>) | The StartJob() method starts the specified job on the specified entity. This overload of the method uses the entity ID to specify the entity. It also includes the jobStartTimeUtc parameter for supplying a specific job start time. |
| StartJob(Int32,String,Int32,String,String,Int32,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,Nullable<DateTime>) | The StartJob() method starts the specified job on the specified entity. This overload of the method uses the entity ID to specify the entity. It also uses the eventTime parameter for supplying a specific job start time. |
| StartJob(Int32,String,String,String,String,String,Int32,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>) | The StartJob() method starts the specified job on the specified entity. This overload of the method uses the entity name and site name to specify the entity. |
| StartJob(Int32,String,String,String,String,String,Int32,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,Nullable<DateTime>) | The StartJob() method starts the specified job on the specified entity. This overload of the method uses the entity name and site name to specify the entity. It also uses the eventTime parameter for supplying a specific job start time. |
| StartJob(Int32,String,String,String,Nullable<DateTime>,String,String,Int32,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>) | The StartJob() method starts the specified job on the specified entity. This overload of the method uses the entity name and site name to specify the entity. It also includes the jobStartTimeUtc parameter for supplying a specific job start time. |