LogOff Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LogOff() method logs the user off a specific entity or all entities that they are logged on to within a session.
If an entity is being specified, this overload of the method specifies the entity by its ID.
| Overload | Description |
|---|---|
| LogOff(Int32,String,Nullable<Int32>,Nullable<DateTime>) | The LogOff() method logs the user off a specific entity or all entities that they are logged on to within a session. If an entity is being specified, this overload of the method specifies the entity by its ID. |
| LogOff(Int32,String,String,String,Nullable<DateTime>) | The LogOff() method logs the user off a specific entity or all entities that they are logged on to within a session. If an entity is being specified, this overload of the method specifies the entity by its entity name and site name. |