ArcFM Desktop Developer Guide
QueueUserWorkItem(WaitCallback,Object) Method


Syntax
'Declaration
 
Public Overloads Function QueueUserWorkItem( _
   ByVal callback As WaitCallback, _
   ByVal state As Object _
) As Boolean
'Usage
 
Dim instance As ThreadPoolBridge
Dim callback As WaitCallback
Dim state As Object
Dim value As Boolean
 
value = instance.QueueUserWorkItem(callback, state)
public bool QueueUserWorkItem( 
   WaitCallback callback,
   object state
)

Parameters

callback
state
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