Visual Basic (Declaration) | |
---|---|
Overloads Function BeginExecuteQuery(Of T)( _ ByVal query As IEntityQuery(Of T), _ ByVal asyncCallback As AsyncCallback, _ ByVal userState As Object _ ) As IAsyncResult |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IEntityManagerAsync Dim query As IEntityQuery(Of T) Dim asyncCallback As AsyncCallback Dim userState As Object Dim value As IAsyncResult value = instance.BeginExecuteQuery(Of T)(query, asyncCallback, userState) |
C# | |
---|---|
IAsyncResult BeginExecuteQuery<T>( IEntityQuery<T> query, AsyncCallback asyncCallback, object userState ) |
C++/CLI | |
---|---|
IAsyncResult^ BeginExecuteQuerygeneric<typename T> ( IEntityQuery<T^>^ query, AsyncCallback^ asyncCallback, Object^ userState ) |
Parameters
- query
- asyncCallback
- userState
Type Parameters
- T
- Entity type queried
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