[]
Common generic interface for all exporters to share.
public interface IExporter<T> : IExporter where T : ExportSource
Name | Description |
---|---|
T | Type of ExportSource. |
Name | Description |
---|---|
ExportAsync(T, Stream) | Execute exporting task asynchronously. |