Visual Basic (Declaration) | |
---|---|
Function EndInvokeServerMethod( _ ByVal asyncResult As IAsyncResult _ ) As Object |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IEntityManagerAsync Dim asyncResult As IAsyncResult Dim value As Object value = instance.EndInvokeServerMethod(asyncResult) |
C# | |
---|---|
object EndInvokeServerMethod( IAsyncResult asyncResult ) |
C++/CLI | |
---|---|
Object^ EndInvokeServerMethod( IAsyncResult^ asyncResult ) |
Parameters
- asyncResult
Return Value
The object returned by the server methodTarget 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