Interface IAuditWriter
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Audit
Assembly: Cephalon.Abstractions.dll
Persists audit entries for the current runtime.
public interface IAuditWriterMethods
Section titled “Methods”WriteAsync(AuditEntry, CancellationToken)
Section titled “ WriteAsync(AuditEntry, CancellationToken)”Writes one audit entry.
ValueTask WriteAsync(AuditEntry entry, CancellationToken cancellationToken = default)Parameters
Section titled “Parameters”entry AuditEntry
The audit entry to write.
cancellationToken CancellationToken
The token that cancels the operation.
Returns
Section titled “Returns”A task that completes when the audit entry has been written.