LogJobEvent Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LogJobEvent() method adds a new event to the Job_Event table.
This overload of the method uses the entity ID to specify the entity.
| Overload | Description |
|---|---|
| LogJobEvent(Int32,Int32,Nullable<DateTime>,Nullable<Int32>,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,String,Nullable<Int32>,String,String,DBString,DBString,DBString,DBString,DBString,DBString,DBString,DBString,DBString,DBString,String,Int32) | The LogJobEvent() method adds a new event to the Job_Event table. This overload of the method uses the entity ID to specify the entity. |
| LogJobEvent(Int32,String,String,Nullable<DateTime>,Nullable<Int32>,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,String,Nullable<Int32>,String,String,String,String,String,DBString,DBString,DBString,DBString,DBString,DBString,DBString,DBString,DBString,DBString,String,Int32) | The LogJobEvent() method adds a new event to the Job_Event table. This overload of the method uses the entity name and site name to specify the entity. |