Plumtree Portal UI  
 

PTLoginHelper.HandleCOMPlusProcessRecycled Method 

Checks if the current process has been recycled. This method won't do any further checks if the call to the COM server fails. The assumption is if a check fails then COM+ recycling is not supported

public virtual object HandleCOMPlusProcessRecycled(
   object userSession
);

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.

Implements

ILoginHelper.HandleCOMPlusProcessRecycled

See Also

PTLoginHelper Class | com.plumtree.portaluiinfrastructure.login Namespace | ILoginHelper#HandleCOMPlusProcessRecycled