adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ThreadBase Class / Start Method

In This Topic
    Start Method
    In This Topic
    Starts the thread
    Syntax
    'Declaration
     
    
    Public Overridable Sub Start() 
    public virtual void Start()
    Remarks
    Start creates a thread object pointed to ThreadProc, which calls RunThread.
    See Also