IdeaBlade DevForce 2010 Help Reference
LogoutAsync Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel.Security Namespace > Authenticator Class : LogoutAsync Method



context
userCallback
userState
Perform an asynchronous operation to log the specified AuthenticationContext out of the Entity Server.

Syntax

Visual Basic (Declaration) 
Public Function LogoutAsync( _
   ByVal context As IAuthenticationContext, _
   Optional ByVal userCallback As Action(Of BaseOperation), _
   Optional ByVal userState As Object _
) As BaseOperation
Visual Basic (Usage)Copy Code
Dim instance As Authenticator
Dim context As IAuthenticationContext
Dim userCallback As Action(Of BaseOperation)
Dim userState As Object
Dim value As BaseOperation
 
value = instance.LogoutAsync(context, userCallback, userState)

Parameters

context
userCallback
userState

Remarks

Any EntityManager using this AuthenticationContext will be logged out.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.