Interface ICdcCaptureRuntimeReporter
Namespace: Cephalon.Data.Services
Assembly: Cephalon.Data.dll
Accepts operator-facing CDC runtime observations for active capture surfaces.
public interface ICdcCaptureRuntimeReporterMethods
Section titled “Methods”ReportAsync(CdcCaptureExecutionReport, CancellationToken)
Section titled “ ReportAsync(CdcCaptureExecutionReport, CancellationToken)”Reports one CDC runtime observation for the active runtime.
ValueTask ReportAsync(CdcCaptureExecutionReport report, CancellationToken cancellationToken = default)Parameters
Section titled “Parameters”report CdcCaptureExecutionReport
The CDC runtime observation to capture.
cancellationToken CancellationToken
The token that cancels the operation.
Returns
Section titled “Returns”A task that completes when the observation has been recorded.