Share via


DomainClient.BeginQueryCore 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 begin 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 BeginQueryCore ( _
    query As EntityQuery, _
    callback As AsyncCallback, _
    userState As Object _
) As IAsyncResult
'Usage
Dim query As EntityQuery
Dim callback As AsyncCallback
Dim userState As Object
Dim returnValue As IAsyncResult

returnValue = Me.BeginQueryCore(query, _
    callback, userState)
protected abstract IAsyncResult BeginQueryCore(
    EntityQuery query,
    AsyncCallback callback,
    Object userState
)
protected:
virtual IAsyncResult^ BeginQueryCore(
    EntityQuery^ query, 
    AsyncCallback^ callback, 
    Object^ userState
) abstract
abstract BeginQueryCore : 
        query:EntityQuery * 
        callback:AsyncCallback * 
        userState:Object -> IAsyncResult 
protected abstract function BeginQueryCore(
    query : EntityQuery, 
    callback : AsyncCallback, 
    userState : Object
) : IAsyncResult

Parameters

  • userState
    Type: System.Object
    Optional user state associated with this operation.

Return Value

Type: System.IAsyncResult
An asynchronous result that identifies this query.

See Also

Reference

DomainClient Class

System.ServiceModel.DomainServices.Client Namespace