# C1.WPF.ReportViewer.4.6.2.IThreadRunnable

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ReportViewer_4_6_2_IThreadRunnable" data-uid="C1.WPF.ReportViewer.4.6.2.IThreadRunnable" class="text-break">IThreadRunnable Interface
</h1>
  <div class="markdown level0 summary"><p>This interface should be implemented by any class whose instances are intended
to be executed by a thread.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href=""></a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="C1_WPF_ReportViewer_4_6_2_IThreadRunnable_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IThreadRunnable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IThreadRunnable</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_ReportViewer_4_6_2_IThreadRunnable_Run" data-uid="C1.WPF.ReportViewer.4.6.2.IThreadRunnable.Run">
          <a class="xref" href="C1.WPF.ReportViewer.4.6.2.IThreadRunnable.Run.html#C1_WPF_ReportViewer_4_6_2_IThreadRunnable_Run">Run()</a>
        </td>
        <td class="markdown level1 summary"><p>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.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
