ArcFM Desktop Developer Guide
DelegatedThreadStart Delegate


Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Delegate Sub DelegatedThreadStart( _
   ByVal status As WorkerThreadStatus, _
   ByVal terminating As WaitHandle _
) 
'Usage
 
Dim instance As New DelegatedThreadStart(AddressOf HandlerMethod)
[ComVisible(false)]
public delegate void DelegatedThreadStart( 
   WorkerThreadStatus status,
   WaitHandle terminating
)

Parameters

status
terminating
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

DelegatedThreadStart Members
Miner.Threading Namespace

 

 


Send Comment