HandleWith Method (AuditEvent)
- Last UpdatedApr 08, 2026
- 1 minute read
Accepts a Handler (visitor) to handle a specific instance of an AuditEvent.
public void HandleWith(
IAuditEventHandler handler
)
public:
void HandleWith(
IAuditEventHandler^ handler
)
Parameters
- handler
- The Audit Event handler.