ArcFM Engine Developer Guide
Join(Int32) Method


The number of milliseconds to wait for the underlying thread to terminate
Blocks the calling thread until the underlying thread terminates or the specified time elapses
Syntax
'Declaration
 
Public Overloads Function Join( _
   ByVal millisecondsTimeout As Integer _
) As Boolean
'Usage
 
Dim instance As WorkerThread
Dim millisecondsTimeout As Integer
Dim value As Boolean
 
value = instance.Join(millisecondsTimeout)
public bool Join( 
   int millisecondsTimeout
)

Parameters

millisecondsTimeout
The number of milliseconds to wait for the underlying thread to terminate

Return Value

true if the underlying thread has terminated; false if the underlying thread has not terminated after the amount of time specified by the millisecondsTimeout parameter has elapsed.
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

WorkerThread Class
WorkerThread Members
Overload List

 

 


Send Comment