DomainClient.EndQueryCore 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 the asynchronous query operation.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Protected MustOverride Function EndQueryCore ( _
asyncResult As IAsyncResult _
) As QueryCompletedResult
'Usage
Dim asyncResult As IAsyncResult
Dim returnValue As QueryCompletedResult
returnValue = Me.EndQueryCore(asyncResult)
protected abstract QueryCompletedResult EndQueryCore(
IAsyncResult asyncResult
)
protected:
virtual QueryCompletedResult^ EndQueryCore(
IAsyncResult^ asyncResult
) abstract
abstract EndQueryCore :
asyncResult:IAsyncResult -> QueryCompletedResult
protected abstract function EndQueryCore(
asyncResult : IAsyncResult
) : QueryCompletedResult
Parameters
- asyncResult
Type: System.IAsyncResult
An asynchronous result that identifies a query.
Return Value
Type: System.ServiceModel.DomainServices.Client.QueryCompletedResult
The result of the operation.