ComponentOne Web API Edition
ExportAsync Method (IExporter)

C1.Web.Api Namespace > IExporter Interface : ExportAsync Method
The export source.
The output stream.
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

Reference

IExporter Interface
IExporter Members