ArcFM Server Developer Guide
WorkerThread Class Members
Properties  Methods 

The following tables list the members exposed by WorkerThread.

Public Constructors
 NameDescription
Public ConstructorWorkerThread ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyIsAlive  
Public PropertyIsTerminating  
Public PropertyNameAssigns or reads the name of the underlying thread  
Public PropertyTerminatedProvides a waitable handle representing the underlying thread. You can combine the handle in wait operations with other handles. The handle is signaled when the thread terminates.  
Public PropertyThreadReturns the underlying Thread object, for calling Suspend(), Resume(), etc.  
Top
Public Methods
 NameDescription
Public MethodDispose  
Public MethodGetHashCodeReturns the same hash code as the underlying thread.  
Public MethodJoinOverloaded. Blocks the calling thread until the underlying thread terminates.  
Public MethodKillStops the underlying thread (it does not kill the thread!)  
Public MethodStartStarts the underlying thread.  
Top
See Also

Reference

WorkerThread Class
Miner.Threading Namespace

 

 


Send Comment