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

Interface ICdcCaptureExecutionRuntimeReportSink

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

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Accepts operator-facing CDC runtime observations that are reported on behalf of one execution runtime.

public interface ICdcCaptureExecutionRuntimeReportSink

ReportAsync(string, IReadOnlyList<CdcCaptureRuntimeObservation>, CancellationToken)

Section titled “ ReportAsync(string, IReadOnlyList<CdcCaptureRuntimeObservation>, CancellationToken)”

Reports one or more CDC runtime observations for the supplied execution runtime.

ValueTask ReportAsync(string executionRuntimeId, IReadOnlyList<CdcCaptureRuntimeObservation> observations, CancellationToken cancellationToken = default)

executionRuntimeId string

The stable execution-runtime identifier that owns the reported captures.

observations IReadOnlyList<CdcCaptureRuntimeObservation>

The capture observations to merge into the active runtime-state catalog.

cancellationToken CancellationToken

The token used to observe cancellation.

ValueTask