다음을 통해 공유


ILatencyDataExporter 인터페이스

정의

대기 시간 데이터를 내보내는 데 사용되는 추상화입니다.

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

설명

이는 컨텍스트의 데이터를 내보내기 위해 대기 시간 컨텍스트가 고정된 경우 호출됩니다.

메서드

ExportAsync(LatencyData, CancellationToken)

대기 시간 데이터를 내보냅니다.

적용 대상