DevForce Help Reference
EntityQueriedAsyncEventArgs Class
Members 


Arguments to both the callback specified for an ExecuteQueryAsync(IEntityQuery) call and to an Queried event handler.
Object Model
EntityQueriedAsyncEventArgs ClassIEntityQuery InterfaceQueryResult ClassIEntityQuery Interface
Syntax
'Declaration
 
Public Class EntityQueriedAsyncEventArgs 
   Inherits IdeaBlade.EntityModel.BaseEntityQueriedEventArgs(Of QueryResult)
   Implements INotifyCompletedArgs 
'Usage
 
Dim instance As EntityQueriedAsyncEventArgs
Remarks
If you have subscribed to the Queried event, your handler will receive an instance of EntityQueriedEventArgs for both synchronous and asynchronous fetch operations. The event is fired after the EntityManager has fetched data from an EntityServer.

If you have called ExecuteQueryAsync(IEntityQuery) with a callback specified, that callback will be called with an instance of EntityQueriedEventArgs representing the status of the fetch operation.

The Result contains an IEnumerable holding the data fetched. The list might be empty if the query was satisfied from cache only. If a span query was used, multiple entity types may be found in the list.

Inheritance Hierarchy

System.Object
   System.EventArgs
      IdeaBlade.EntityModel.AsyncEventArgs
         IdeaBlade.EntityModel.AsyncEventArgs<TResult>
            IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<T>
               IdeaBlade.EntityModel.EntityQueriedAsyncEventArgs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityQueriedAsyncEventArgs Members
IdeaBlade.EntityModel Namespace

Send Feedback