CTSession::EndImpersonation
Disables the ability of the thread to support impersonation by another thread.
Declaration
void CTSession::EndImpersonation()
Description
Finishes current impersonation (ctImpersonateTask()) and updates the "lock mode" on the server side with the lock mode stored before the impersonation in the prelockmode session property.
Note: This function is not supported by the FairCom Server by default. It requires a custom build of the server available by special request.
Return
void
See Also
CTSession::BeginImpersonation()