WebAuthenticationService.CancelLogout Method

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Cancels an asynchronous Logout operation.

Namespace:  System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly:  System.ServiceModel.DomainServices.Client.Web (in System.ServiceModel.DomainServices.Client.Web.dll)

Syntax

'Declaration
Protected Overrides Sub CancelLogout ( _
    asyncResult As IAsyncResult _
)
'Usage
Dim asyncResult As IAsyncResult

Me.CancelLogout(asyncResult)
protected override void CancelLogout(
    IAsyncResult asyncResult
)
protected:
virtual void CancelLogout(
    IAsyncResult^ asyncResult
) override
abstract CancelLogout : 
        asyncResult:IAsyncResult -> unit 
override CancelLogout : 
        asyncResult:IAsyncResult -> unit 
protected override function CancelLogout(
    asyncResult : IAsyncResult
)

Parameters

Exceptions

Exception Condition
InvalidOperationException

asyncResult was not returned from BeginLogout or the asynchronous call has already been concluded with a previous call to cancel or end.

See Also

Reference

WebAuthenticationService Class

System.ServiceModel.DomainServices.Client.ApplicationServices Namespace