HttpServerConnectionLogout Method (Boolean) |
Logout from Innovator.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic virtual void Logout(
bool unlockOnLogout
)
Public Overridable Sub Logout (
unlockOnLogout As Boolean
)
public void Logout(
boolean unlockOnLogout
)
public function Logout(
unlockOnLogout : boolean
)
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