ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / (Global) Namespace / IThreadRunnable Interface / Run Method

In This Topic
    Run Method
    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