# C1.Document.IAsyncActionWithProgress-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_IAsyncActionWithProgress_1" data-uid="C1.Document.IAsyncActionWithProgress`1" class="text-break">IAsyncActionWithProgress&lt;TProgress&gt; Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an asynchronous action that includes progress updates.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_IAsyncActionWithProgress_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAsyncActionWithProgress&lt;TProgress&gt; : IAsyncInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAsyncActionWithProgress(Of TProgress)
    Inherits IAsyncInfo</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">TProgress</span></td>
        <td><p>The type of the progress data.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_IAsyncActionWithProgress_1_Completed" data-uid="C1.Document.IAsyncActionWithProgress`1.Completed">
          <a class="xref" href="C1.Document.IAsyncActionWithProgress-1.Completed.html#C1_Document_IAsyncActionWithProgress_1_Completed">Completed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the method that handles the action completed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_IAsyncActionWithProgress_1_Progress" data-uid="C1.Document.IAsyncActionWithProgress`1.Progress">
          <a class="xref" href="C1.Document.IAsyncActionWithProgress-1.Progress.html#C1_Document_IAsyncActionWithProgress_1_Progress">Progress</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the method that receives progress events.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Document_IAsyncActionWithProgress_1_GetResults" data-uid="C1.Document.IAsyncActionWithProgress`1.GetResults">
          <a class="xref" href="C1.Document.IAsyncActionWithProgress-1.GetResults.html#C1_Document_IAsyncActionWithProgress_1_GetResults">GetResults()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the results of the action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
