ArcFM Server Developer Guide
QueueUserWorkItem(Delegate,Object[]) Method


Syntax
'Declaration
 
Public Overloads Function QueueUserWorkItem( _
   ByVal method As Delegate, _
   ByVal args() As Object _
) As Boolean
'Usage
 
Dim instance As ThreadPoolBridge
Dim method As Delegate
Dim args() As Object
Dim value As Boolean
 
value = instance.QueueUserWorkItem(method, args)
public bool QueueUserWorkItem( 
   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
Overload List

 

 


Send Comment