IdeaBlade.EntityModel.Compat Assembly > IdeaBlade.EntityModel.Compat Namespace > AuthenticatorAsyncExtensions Class : LogoutAsync Method |
'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)
[Extension()] public static BasicOperation LogoutAsync( Authenticator authenticator, IAuthenticationContext context, Action<BasicOperation> userCallback, object userState )
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