IRemoteConnectionLogout Method (Boolean, Boolean) |
Log out of the database
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax void Logout(
bool unlockOnLogout,
bool async
)
Sub Logout (
unlockOnLogout As Boolean,
async As Boolean
)
Parameters
- unlockOnLogout
- Type: SystemBoolean
Whether to unlock locked items while logging out - async
- Type: SystemBoolean
Whether to perform this action asynchronously
See Also