StartJobAsync Method
- Last UpdatedNov 06, 2025
- 1 minute read
The StartJobAsync() method starts the specified job on the specified entity.
| Overload | Description |
|---|---|
| StartJobAsync(Int32,String,String,String,String,String,Int32,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,Nullable<DateTime>) | The StartJobAsync() 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. |
| StartJobAsync(Int32,String,String,String,Nullable<DateTime>,String,String,Int32,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>) | The StartJobAsync() 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. |