DevForce Help Reference
Logout Method (IEntityLoginManager)


IPrincipal identifying the user
A server-side EntityManager
Called when a user logs out.
Syntax
'Declaration
 
Sub Logout( _
   ByVal principal As IPrincipal, _
   ByVal entityManager As EntityManager _
) 
'Usage
 
Dim instance As IEntityLoginManager
Dim principal As IPrincipal
Dim entityManager As EntityManager
 
instance.Logout(principal, entityManager)

Parameters

principal
IPrincipal identifying the user
entityManager
A server-side EntityManager
Remarks
Use Logout to perform any processing you require when a user logs out, such as resource cleanup or auditing. Note that you must implement this interface method even if you have no special logout processing.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IEntityLoginManager Interface
IEntityLoginManager Members

Send Feedback