AuthenticationOperation.AsyncResult Property

[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.]

Gets the asynchronous result returned from BeginCore.

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

Syntax

'Declaration
Protected ReadOnly Property AsyncResult As IAsyncResult
    Get
'Usage
Dim value As IAsyncResult

value = Me.AsyncResult
protected IAsyncResult AsyncResult { get; }
protected:
property IAsyncResult^ AsyncResult {
    IAsyncResult^ get ();
}
member AsyncResult : IAsyncResult
function get AsyncResult () : IAsyncResult

Property Value

Type: System.IAsyncResult
The asynchronous result returned from BeginCore.

Remarks

If BeginCore has not been called, this property may be nulla null reference (Nothing in Visual Basic).

See Also

Reference

AuthenticationOperation Class

System.ServiceModel.DomainServices.Client.ApplicationServices Namespace