ArcFM Desktop Developer Guide
EndInvoke Method


Syntax
'Declaration
 
Public Function EndInvoke( _
   ByVal asyncResult As IAsyncResult _
) As Object
'Usage
 
Dim instance As ThreadPoolBridge
Dim asyncResult As IAsyncResult
Dim value As Object
 
value = instance.EndInvoke(asyncResult)
public object EndInvoke( 
   IAsyncResult asyncResult
)

Parameters

asyncResult
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ThreadPoolBridge Class
ThreadPoolBridge Members

 

 


Send Comment