IdeaBlade DevForce 2010 Help Reference
EndInvokeServerMethod Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > IEntityManagerAsync Interface : EndInvokeServerMethod Method



asyncResult
End an asynchronous server method invocation.

Syntax

Visual Basic (Declaration) 
Function EndInvokeServerMethod( _
   ByVal asyncResult As IAsyncResult _
) As Object
Visual Basic (Usage)Copy Code
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 method

Requirements

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

See Also

© 2013 All Rights Reserved.