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

Interface IAuditRecorder

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

Namespace: Cephalon.Audit.Services
Assembly: Cephalon.Audit.dll

Records audit entries through the active Cephalon audit pipeline.

public interface IAuditRecorder

RecordAsync(AuditRecordRequest, CancellationToken)

Section titled “ RecordAsync(AuditRecordRequest, CancellationToken)”

Records one audit entry and returns the normalized entry that was written.

ValueTask<AuditEntry> RecordAsync(AuditRecordRequest request, CancellationToken cancellationToken = default)

request AuditRecordRequest

The audit request to record.

cancellationToken CancellationToken

The token that cancels the operation.

ValueTask<AuditEntry>

The normalized audit entry that was written.