ComponentOne PDF for .NET
(Global) Namespace / IThreadRunnable Interface / Run Method

In This Topic
    Run Method (IThreadRunnable)
    In This Topic
    This method has to be implemented in order that starting of the thread causes the object's run method to be called in that separately executing thread.
    Syntax
    'Declaration
     
    
    Sub Run() 
    void Run()
    See Also