# C1.Document.IAsyncInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_IAsyncInfo" data-uid="C1.Document.IAsyncInfo" class="text-break">IAsyncInfo Interface
</h1>
  <div class="markdown level0 summary"><p>Supports asynchronous actions and operations.</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_IAsyncInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAsyncInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAsyncInfo</code></pre>
  </div>
  <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_IAsyncInfo_ErrorCode" data-uid="C1.Document.IAsyncInfo.ErrorCode">
          <a class="xref" href="C1.Document.IAsyncInfo.ErrorCode.html#C1_Document_IAsyncInfo_ErrorCode">ErrorCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an exception occurs in the asynchronous operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_IAsyncInfo_Id" data-uid="C1.Document.IAsyncInfo.Id">
          <a class="xref" href="C1.Document.IAsyncInfo.Id.html#C1_Document_IAsyncInfo_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the handle of the asynchronous operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_IAsyncInfo_Status" data-uid="C1.Document.IAsyncInfo.Status">
          <a class="xref" href="C1.Document.IAsyncInfo.Status.html#C1_Document_IAsyncInfo_Status">Status</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates the status of the asynchronous operation.</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_IAsyncInfo_Cancel" data-uid="C1.Document.IAsyncInfo.Cancel">
          <a class="xref" href="C1.Document.IAsyncInfo.Cancel.html#C1_Document_IAsyncInfo_Cancel">Cancel()</a>
        </td>
        <td class="markdown level1 summary"><p>Cancels the asynchronous operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_IAsyncInfo_Close" data-uid="C1.Document.IAsyncInfo.Close">
          <a class="xref" href="C1.Document.IAsyncInfo.Close.html#C1_Document_IAsyncInfo_Close">Close()</a>
        </td>
        <td class="markdown level1 summary"><p>Closes the asynchronous operation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
