[]
        
(Showing Draft Content)

C1.WPF.PdfViewer.4.6.2.IThreadRunnable

IThreadRunnable Interface

This interface should be implemented by any class whose instances are intended to be executed by a thread.

Namespace:
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public interface IThreadRunnable

Methods

Name Description
Run()

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.