ข้ามไปยังเนื้อหา

Interface ICdcCaptureRuntimeReporter

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Data.Services
Assembly: Cephalon.Data.dll

Accepts operator-facing CDC runtime observations for active capture surfaces.

public interface ICdcCaptureRuntimeReporter

ReportAsync(CdcCaptureExecutionReport, CancellationToken)

Section titled “ ReportAsync(CdcCaptureExecutionReport, CancellationToken)”

Reports one CDC runtime observation for the active runtime.

ValueTask ReportAsync(CdcCaptureExecutionReport report, CancellationToken cancellationToken = default)

report CdcCaptureExecutionReport

The CDC runtime observation to capture.

cancellationToken CancellationToken

The token that cancels the operation.

ValueTask

A task that completes when the observation has been recorded.