Web API Edition | ComponentOne
C1.Web.Api Namespace / IExporter Interface / ExportAsync Method
The export source.
The output stream.

In This Topic
    ExportAsync Method (IExporter)
    In This Topic
    Execute exporting task asynchronously.
    Syntax
    'Declaration
     
    
    Function ExportAsync( _
       ByVal exportSource As Object, _
       ByVal outputStream As Stream _
    ) As Task

    Parameters

    exportSource
    The export source.
    outputStream
    The output stream.
    See Also