DomainClient.EndInvokeCore 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.]
Called by the framework to complete an asynchronous invocation.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Protected MustOverride Function EndInvokeCore ( _
asyncResult As IAsyncResult _
) As InvokeCompletedResult
'Usage
Dim asyncResult As IAsyncResult
Dim returnValue As InvokeCompletedResult
returnValue = Me.EndInvokeCore(asyncResult)
protected abstract InvokeCompletedResult EndInvokeCore(
IAsyncResult asyncResult
)
protected:
virtual InvokeCompletedResult^ EndInvokeCore(
IAsyncResult^ asyncResult
) abstract
abstract EndInvokeCore :
asyncResult:IAsyncResult -> InvokeCompletedResult
protected abstract function EndInvokeCore(
asyncResult : IAsyncResult
) : InvokeCompletedResult
Parameters
- asyncResult
Type: System.IAsyncResult
An asynchronous result that identifies an invocation.
Return Value
Type: System.ServiceModel.DomainServices.Client.InvokeCompletedResult
The result of the operation.