Edit

Share via


ILatencyDataExporter Interface

Definition

Abstraction that is used to export latency data.

public interface class ILatencyDataExporter
public interface ILatencyDataExporter
type ILatencyDataExporter = interface
Public Interface ILatencyDataExporter

Remarks

This is called when latency context is frozen to export the context's data.

Methods

ExportAsync(LatencyData, CancellationToken)

Exports latency data.

Applies to