ArcFM Server Developer Guide
Join(TimeSpan) Method


A TimeSpan set to the amount of time 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 timeout As TimeSpan _
) As Boolean
'Usage
 
Dim instance As WorkerThread
Dim timeout As TimeSpan
Dim value As Boolean
 
value = instance.Join(timeout)
public bool Join( 
   TimeSpan timeout
)

Parameters

timeout
A TimeSpan set to the amount of time 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 timeout 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