ArcFM Desktop Developer Guide
Invoke Method


Syntax
'Declaration
 
Public Function Invoke( _
   ByVal method As Delegate, _
   ByVal args() As Object _
) As Object
'Usage
 
Dim instance As ThreadPoolBridge
Dim method As Delegate
Dim args() As Object
Dim value As Object
 
value = instance.Invoke(method, args)
public object Invoke( 
   Delegate method,
   object[] args
)

Parameters

method
args
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