Interface IEventDispatchRuntimeReporter
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Eventing.Services
Assembly: Cephalon.Eventing.dll
Accepts operator-facing dispatch runtime observations for durable event publication paths.
public interface IEventDispatchRuntimeReporterMethods
Section titled “Methods”ReportAsync(EventDispatchExecutionReport, CancellationToken)
Section titled “ ReportAsync(EventDispatchExecutionReport, CancellationToken)”Reports one dispatch observation for the active eventing runtime.
ValueTask ReportAsync(EventDispatchExecutionReport report, CancellationToken cancellationToken = default)Parameters
Section titled “Parameters”report EventDispatchExecutionReport
The dispatch 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.