WindowsAuthentication.BeginLogout 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.]
Logout is not a supported operation for Windows authentication.
Namespace: System.ServiceModel.DomainServices.Client.ApplicationServices
Assembly: System.ServiceModel.DomainServices.Client.Web (in System.ServiceModel.DomainServices.Client.Web.dll)
Syntax
'Declaration
Protected Overrides Function BeginLogout ( _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = Me.BeginLogout(callback, _
state)
protected override IAsyncResult BeginLogout(
AsyncCallback callback,
Object state
)
protected:
virtual IAsyncResult^ BeginLogout(
AsyncCallback^ callback,
Object^ state
) override
abstract BeginLogout :
callback:AsyncCallback *
state:Object -> IAsyncResult
override BeginLogout :
callback:AsyncCallback *
state:Object -> IAsyncResult
protected override function BeginLogout(
callback : AsyncCallback,
state : Object
) : IAsyncResult
Parameters
- callback
Type: System.AsyncCallback
This parameter is not used.
- state
Type: System.Object
This parameter is not used.
Return Value
Type: System.IAsyncResult
nulla null reference (Nothing in Visual Basic) in all cases.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | In all cases. |
See Also
Reference
System.ServiceModel.DomainServices.Client.ApplicationServices Namespace