DomainContext.Load<TEntity> Method (EntityQuery<TEntity>, Action<LoadOperation<TEntity>>, Object)
WCF RIA Services
[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.]
Initiates a load operation for the specified query with the specified callback method, and user state.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
public LoadOperation<TEntity> Load<TEntity>( EntityQuery<TEntity> query, Action<LoadOperation<TEntity>> callback, Object userState ) where TEntity : Entity
Type Parameters
- TEntity
The entity type being loaded.
Parameters
- query
- Type: System.ServiceModel.DomainServices.Client.EntityQuery<TEntity>
The query to invoke.
- callback
- Type: System.Action<LoadOperation<TEntity>>
Optional callback to be called when the load operation completes.
- userState
- Type: System.Object
Optional user state.
Return Value
Type: System.ServiceModel.DomainServices.Client.LoadOperation<TEntity>The load operation.