LogOffJob Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LogOffJob() method logs the active user off a job and, optionally, off the entity on which the job is running.
If an entity is being specified, this overload of the method specifies the entity by its ID.
| Overload | Description |
|---|---|
| LogOffJob(Int32,String,Int32,Int32,Nullable<Int32>,DBString,DBDateTime,Nullable<Boolean>,String) | The LogOffJob() method logs the active user off a job and, optionally, off the entity on which the job is running. If an entity is being specified, this overload of the method specifies the entity by its ID. |
| LogOffJob(Int32,String,String,String,Int32,Nullable<Int32>,DBString,DBDateTime,Nullable<Boolean>,String) | The LogOffJob() method logs the active user off a job and, optionally, off the entity on which the job is running. If an entity is being specified, this overload of the method specifies the entity by its entity name and site name. |