GetDataLogDataForNoJob Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetDataLogDataForNoJob() method retrieves data log records, for the specified data log group and entity, that do not have any jobs.
| Overload | Description |
|---|---|
| GetDataLogDataForNoJob(Int32,Nullable<Int32>,Nullable<Int32>) | The GetDataLogDataForNoJob() method retrieves data log records, for the specified data log group and entity, that do not have any jobs. In this overload of the method, the data log group is identified by its group ID and the entity is identified by its entity ID. |
| GetDataLogDataForNoJob(String,String,String,Nullable<Int32>) | The GetDataLogDataForNoJob() method retrieves data log records, for the specified data log group and entity, that do not have any jobs. In this overload of the method, the data log group is identified by its description and the entity is identified by its name and site name. |