StartSome Method
- Last UpdatedNov 06, 2025
- 1 minute read
The StartSome() method splits the supplied job and starts the newly split job.
This overload of the method uses the entity ID to specify the entity.
| Overload | Description |
|---|---|
| StartSome(Int32,String,Int32,String,String,Int32,Nullable<Double>,String,Nullable<Boolean>,Nullable<Boolean>,Nullable<Int32>,Nullable<Double>,Int32) | The StartSome() method splits the supplied job and starts the newly split job. This overload of the method uses the entity ID to specify the entity. |
| StartSome(Int32,String,Int32,String,String,Int32,Nullable<DateTime>,Nullable<Double>,String,Nullable<Boolean>,Nullable<Boolean>,Nullable<Int32>,Nullable<Double>,Int32) | The StartSome() method splits the supplied job and starts the newly split job. This overload of the method uses the entity ID to specify the entity. |
| StartSome(Int32,String,String,String,Int32,String,String,Nullable<Double>,String,Nullable<Boolean>,Nullable<Boolean>,Nullable<Int32>,Nullable<Double>,Int32) | The StartSome() method splits the supplied job and starts the newly split job. This overload of the method uses the entity name and site name to specify the entity. |
| StartSome(Int32,String,String,String,Int32,String,String,Nullable<DateTime>,Nullable<Double>,String,Nullable<Boolean>,Nullable<Boolean>,Nullable<Int32>,Nullable<Double>,Int32) | The StartSome() method splits the supplied job and starts the newly split job. This overload of the method uses the entity name and site name to specify the entity. |