# C1.Document.AsyncOperationWithProgressCompletedHandler-2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_AsyncOperationWithProgressCompletedHandler_2" data-uid="C1.Document.AsyncOperationWithProgressCompletedHandler`2" class="text-break">AsyncOperationWithProgressCompletedHandler&lt;TResult, TProgress&gt; Delegate
</h1>
  <div class="markdown level0 summary"><p>Represents a method that handles the completed event of an asynchronous operation that provides 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_AsyncOperationWithProgressCompletedHandler_2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public delegate void AsyncOperationWithProgressCompletedHandler&lt;TResult, TProgress&gt;(IAsyncOperationWithProgress&lt;TResult, TProgress&gt; asyncInfo, AsyncStatus asyncStatus)</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Delegate Sub AsyncOperationWithProgressCompletedHandler(Of TResult, TProgress)(asyncInfo As IAsyncOperationWithProgress(Of TResult, TProgress), asyncStatus As AsyncStatus)</code></pre>
  </div>
  <h5 class="parameters">Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Type</th>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><a class="xref" href="C1.Document.IAsyncOperationWithProgress-2.html">IAsyncOperationWithProgress</a>&lt;TResult, TProgress&gt;</td>
        <td><span class="parametername">asyncInfo</span></td>
        <td><p>The asynchronous operation.</p>
</td>
      </tr>
      <tr>
        <td><a class="xref" href="C1.Document.AsyncStatus.html">AsyncStatus</a></td>
        <td><span class="parametername">asyncStatus</span></td>
        <td><p>The status of asynchronous action.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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">TResult</span></td>
        <td><p>The result of the action.</p>
</td>
      </tr>
      <tr>
        <td><span class="parametername">TProgress</span></td>
        <td><p>The type of the progress data.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Document_AsyncOperationWithProgressCompletedHandler_2__ctor_System_Object_System_IntPtr_" data-uid="C1.Document.AsyncOperationWithProgressCompletedHandler`2.#ctor(System.Object,System.IntPtr)">
          <a class="xref" href="C1.Document.AsyncOperationWithProgressCompletedHandler-2.-ctor.html#C1_Document_AsyncOperationWithProgressCompletedHandler_2__ctor_System_Object_System_IntPtr_">AsyncOperationWithProgressCompletedHandler(object, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"></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_AsyncOperationWithProgressCompletedHandler_2_BeginInvoke_C1_Document_IAsyncOperationWithProgress__0__1__C1_Document_AsyncStatus_System_AsyncCallback_System_Object_" data-uid="C1.Document.AsyncOperationWithProgressCompletedHandler`2.BeginInvoke(C1.Document.IAsyncOperationWithProgress{`0,`1},C1.Document.AsyncStatus,System.AsyncCallback,System.Object)">
          <a class="xref" href="C1.Document.AsyncOperationWithProgressCompletedHandler-2.BeginInvoke.html#C1_Document_AsyncOperationWithProgressCompletedHandler_2_BeginInvoke_C1_Document_IAsyncOperationWithProgress__0__1__C1_Document_AsyncStatus_System_AsyncCallback_System_Object_">BeginInvoke(IAsyncOperationWithProgress&lt;TResult, TProgress&gt;, AsyncStatus, AsyncCallback, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_AsyncOperationWithProgressCompletedHandler_2_EndInvoke_System_IAsyncResult_" data-uid="C1.Document.AsyncOperationWithProgressCompletedHandler`2.EndInvoke(System.IAsyncResult)">
          <a class="xref" href="C1.Document.AsyncOperationWithProgressCompletedHandler-2.EndInvoke.html#C1_Document_AsyncOperationWithProgressCompletedHandler_2_EndInvoke_System_IAsyncResult_">EndInvoke(IAsyncResult)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_AsyncOperationWithProgressCompletedHandler_2_Invoke_C1_Document_IAsyncOperationWithProgress__0__1__C1_Document_AsyncStatus_" data-uid="C1.Document.AsyncOperationWithProgressCompletedHandler`2.Invoke(C1.Document.IAsyncOperationWithProgress{`0,`1},C1.Document.AsyncStatus)">
          <a class="xref" href="C1.Document.AsyncOperationWithProgressCompletedHandler-2.Invoke.html#C1_Document_AsyncOperationWithProgressCompletedHandler_2_Invoke_C1_Document_IAsyncOperationWithProgress__0__1__C1_Document_AsyncStatus_">Invoke(IAsyncOperationWithProgress&lt;TResult, TProgress&gt;, AsyncStatus)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
