DevForce Help Reference
EntitySaveOperation Class
Members 


Information about an asynchronous save operation.
Object Model
EntitySaveOperation ClassEntitySavedAsyncEventArgs ClassSaveResult Class
Syntax
Remarks
Returned by an EntityManager.SaveChangesAsync call when using the backwards compatibility API. You can use the EntitySaveOperation to track or cancel the request. The EntitySaveOperation is also passed to the callback method supplied to the async call.
Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.BaseOperation<TEventArgs,TOp>
      IdeaBlade.EntityModel.EntitySaveOperation

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

EntitySaveOperation Members
IdeaBlade.EntityModel Namespace

Send Feedback