GetBatchOfJobs Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetBatchOfJobs() method retrieves all jobs queued to an entity, or any of its ancestors for which jobs can be queued, that are part of the specified batch.
This overload of the method uses the entity ID to identify the entity.
| Overload | Description |
|---|---|
| GetBatchOfJobs(Int32,Int32) | The GetBatchOfJobs() method retrieves all jobs queued to an entity, or any of its ancestors for which jobs can be queued, that are part of the specified batch. This overload of the method uses the entity ID to identify the entity. |
| GetBatchOfJobs(String,String,Int32) | The GetBatchOfJobs() method retrieves all jobs queued to an entity, or any of its ancestors for which jobs can be queued, that are part of the specified batch. This overload of the method uses the entity name and site name to identify the entity. |