OpenTelemetry.BaseExporter<T>
Exporter base class.
Gets the parent BaseProvider.
protected BaseExporter()
Releases the unmanaged resources used by this class and optionally
releases the managed resources.
Flushes the exporter, blocks the current thread until flush
completed, shutdown signaled or timed out.
Called by ForceFlush. This function should block the current
thread until flush completed, shutdown signaled or timed out.
Called by Shutdown. This function should block the current
thread until shutdown completed or timed out.
Attempts to shutdown the exporter, blocks the current thread until
shutdown completed or timed out.