StartBGSession Method
- Last UpdatedNov 06, 2025
- 1 minute read
The StartBGSession() method starts a background session for the background service without requiring a user to log on after creating the session. The active user for the session is instead obtained from the preconfigured system attribute for this purpose. The method checks that a license of this type is available and, if so, uses the license for this session.
| Overload | Description |
|---|---|
| StartBGSession(Int32,DBString,DBString,DBInt,Nullable<Boolean>,Int32) | The StartBGSession() method starts a background session for the background service without requiring a user to log on after creating the session. The active user for the session is instead obtained from the preconfigured system attribute for this purpose. The method checks that a license of this type is available and, if so, uses the license for this session. |
| StartBGSession(Int32,DBString,DBString,Int32) | The StartBGSession() method starts a background session for the background service without requiring a user to log on after creating the session. The active user for the session is instead obtained from the preconfigured system attribute for this purpose. The method checks that a license of this type is available and, if so, uses the license for this session. |