DevForce Help Reference
LogoutAsync Method (AuthenticatorAsyncExtensions)


Perform an asynchronous operation to log the specified IdeaBlade.EntityModel.Security.AuthenticationContext out of the Entity Server.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function LogoutAsync( _
   ByVal authenticator As Authenticator, _
   ByVal context As IAuthenticationContext, _
   ByVal userCallback As Action(Of BasicOperation), _
   Optional ByVal userState As Object _
) As BasicOperation
'Usage
 
Dim authenticator As Authenticator
Dim context As IAuthenticationContext
Dim userCallback As Action(Of BasicOperation)
Dim userState As Object
Dim value As BasicOperation
 
value = AuthenticatorAsyncExtensions.LogoutAsync(authenticator, context, userCallback, userState)

Parameters

authenticator
context
userCallback
userState
Remarks
Any IdeaBlade.EntityModel.EntityManager using this AuthenticationContext will be logged out.
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

AuthenticatorAsyncExtensions Class
AuthenticatorAsyncExtensions Members

Send Feedback