Interface ICdcCaptureAcknowledger
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Allows an active
public interface ICdcCaptureAcknowledgerMethods
Section titled “Methods”AcknowledgeAsync(CdcCaptureExecutionAcknowledgement, CancellationToken)
Section titled “ AcknowledgeAsync(CdcCaptureExecutionAcknowledgement, CancellationToken)”Commits or acknowledges provider-facing progress for one staged CDC batch.
ValueTask AcknowledgeAsync(CdcCaptureExecutionAcknowledgement acknowledgement, CancellationToken cancellationToken = default)Parameters
Section titled “Parameters”acknowledgement CdcCaptureExecutionAcknowledgement
The staged batch that is now safe to acknowledge durably.
cancellationToken CancellationToken
The token that cancels the acknowledgement operation.
Returns
Section titled “Returns”A task that completes when the provider-facing acknowledgement has finished.