# C1.Web.Api.IExporter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_IExporter" data-uid="C1.Web.Api.IExporter" class="text-break">IExporter Interface
</h1>
  <div class="markdown level0 summary"><p>Common interface for all exporters to share.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.html">C1.Web.Api</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.dll</h6>
  <h5 id="C1_Web_Api_IExporter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IExporter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IExporter</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_Web_Api_IExporter_ExportAsync_System_Object_System_IO_Stream_" data-uid="C1.Web.Api.IExporter.ExportAsync(System.Object,System.IO.Stream)">
          <a class="xref" href="C1.Web.Api.IExporter.ExportAsync.html#C1_Web_Api_IExporter_ExportAsync_System_Object_System_IO_Stream_">ExportAsync(object, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Execute exporting task asynchronously.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
