[]
Execute exporting task asynchronously.
Task ExportAsync(T exportSource, Stream outputStream)
Function ExportAsync(exportSource As T, outputStream As Stream) As Task
| Type | Name | Description |
|---|---|---|
| T | exportSource | The export source. |
| Stream | outputStream | The output stream. |
| Type | Description |
|---|---|
| Task | The task. |