DevForce Help Reference
EntitySaveOperation Constructor


Returned by an EntityManager.SaveChangesAsync call when using the backwards compatibility API.
Syntax
'Declaration
 
Public Function New( _
   ByVal callback As Action(Of EntitySaveOperation), _
   ByVal userState As Object, _
   ByVal taskFunc As Func(Of CancellationToken,Task(Of SaveResult)) _
)
'Usage
 
Dim callback As Action(Of EntitySaveOperation)
Dim userState As Object
Dim taskFunc As Func(Of CancellationToken,Task(Of SaveResult))
 
Dim instance As New EntitySaveOperation(callback, userState, taskFunc)

Parameters

callback
userState
taskFunc
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 Class
EntitySaveOperation Members

Send Feedback