Click or drag to resize
IRemoteConnectionLogout Method (Boolean, Boolean)
Log out of the database

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
void Logout(
	bool unlockOnLogout,
	bool async
)

Parameters

unlockOnLogout
Type: SystemBoolean
Whether to unlock locked items while logging out
async
Type: SystemBoolean
Whether to perform this action asynchronously
See Also