Visual Basic (Declaration) | |
---|---|
Function BeginRefetchEntities( _ ByVal entityKeys As EntityKeyList, _ ByVal mergeStrategy As MergeStrategy, _ ByVal asyncCallback As AsyncCallback, _ ByVal userState As Object _ ) As IAsyncResult |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IEntityManagerAsync Dim entityKeys As EntityKeyList Dim mergeStrategy As MergeStrategy Dim asyncCallback As AsyncCallback Dim userState As Object Dim value As IAsyncResult value = instance.BeginRefetchEntities(entityKeys, mergeStrategy, asyncCallback, userState) |
C# | |
---|---|
IAsyncResult BeginRefetchEntities( EntityKeyList entityKeys, MergeStrategy mergeStrategy, AsyncCallback asyncCallback, object userState ) |
C++/CLI | |
---|---|
IAsyncResult^ BeginRefetchEntities( EntityKeyList^ entityKeys, MergeStrategy mergeStrategy, AsyncCallback^ asyncCallback, Object^ userState ) |
Parameters
- entityKeys
- mergeStrategy
- asyncCallback
- userState
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family