Click or drag to resize

HttpServerConnectionLogout Method (Boolean)

Logout from Innovator.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public virtual void Logout(
	bool unlockOnLogout
)

Parameters

unlockOnLogout
Type: SystemBoolean
Pass 'true' if want to unlock locked objects on logout; 'false' otherwise
Remarks
Note that items can be unlocked on logout if and only if the property "unlock_on_logout" of the item's corresponding ItemType is set to "1". If this property is set to "0" the parameter "unlockOnLogout" is ignored. When ITokenProvider is provided to the instance and supports authorization session - the session will be ended.
See Also