# C1.Web.Api.IExporter-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_IExporter_1" data-uid="C1.Web.Api.IExporter`1" class="text-break">IExporter&lt;T&gt; Interface
</h1>
  <div class="markdown level0 summary"><p>Common generic 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_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IExporter&lt;T&gt; : IExporter where T : ExportSource</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IExporter(Of T As ExportSource)
    Inherits IExporter</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">T</span></td>
        <td><p>Type of ExportSource.</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_Web_Api_IExporter_1_ExportAsync__0_System_IO_Stream_" data-uid="C1.Web.Api.IExporter`1.ExportAsync(`0,System.IO.Stream)">
          <a class="xref" href="C1.Web.Api.IExporter-1.ExportAsync.html#C1_Web_Api_IExporter_1_ExportAsync__0_System_IO_Stream_">ExportAsync(T, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Execute exporting task asynchronously.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
