API Reference
Interface
IToolWriteAuditSink
Append-only sink abstraction for immutable write-governance audit records.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ToolRegistry.WriteAuditSink
Methods
public abstract Void Append(ToolWriteAuditRecord record) #Returns:
VoidAppends a write-governance audit record.
Parameters
- record IntelligenceX.Tools.ToolWriteAuditRecord
- Record to append.