Uiinfrastructure API Docs  
 

ILoginHelper.HandleCOMPlusProcessRecycled Method 

Checks if the current COM process has been recycled - retuns a new session in the new process if it has, otherwise returns null.

object HandleCOMPlusProcessRecycled(
   object userSession
);

Parameters

userSession
Current user session

Return Value

An IPTSession created in new COM process with the current user logged in if the current process has been recycled. null if no recycling happened.

See Also

ILoginHelper Interface | com.plumtree.uiinfrastructure.login Namespace