adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ThreadBase Class
Properties Methods Events

In This Topic
    ThreadBase Class Members
    In This Topic

    The following tables list the members exposed by ThreadBase.

    Public Properties
     NameDescription
    Public Property Indicates whether the thread is running.  
    Public Property Indicates whether termination has been requested.  
    Public Property Event that is set when termination is requested.  
    Public Property  
    Public Property  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Method  
    Public Method Starts the thread  
    Public Method Instructs the thread to terminate and waits for the specified number of milliseconds for the thread to finish processing.  
    Public Method Waits for the specified number of milliseconds for the thread to execute.  
    Public Method Signals the thread to wake if it is sleeping.  
    Top
    Public Events
     NameDescription
    Public Event  
    Top
    See Also