Visual Basic (Declaration) | |
---|---|
Function BeginInvokeServerMethod( _ ByVal typeName As String, _ ByVal methodName As String, _ ByVal callback As AsyncCallback, _ ByVal userState As Object, _ ByVal ParamArray userArguments() As Object _ ) As IAsyncResult |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IEntityManagerAsync Dim typeName As String Dim methodName As String Dim callback As AsyncCallback Dim userState As Object Dim userArguments() As Object Dim value As IAsyncResult value = instance.BeginInvokeServerMethod(typeName, methodName, callback, userState, userArguments) |
C# | |
---|---|
IAsyncResult BeginInvokeServerMethod( string typeName, string methodName, AsyncCallback callback, object userState, params object[] userArguments ) |
C++/CLI | |
---|---|
IAsyncResult^ BeginInvokeServerMethod( String^ typeName, String^ methodName, AsyncCallback^ callback, Object^ userState, ... array<Object^>^ userArguments ) |
Parameters
- typeName
- methodName
- callback
- userState
- userArguments
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