Click or drag to resize

DefaultAuditServiceSendAudit Method

Sends an audit event to be processed.

Namespace: SanteDB.Core.Security.Audit
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public void SendAudit(
	AuditEventData audit
)

Parameters

audit  AuditEventData
The audit to send.

Implements

IAuditServiceSendAudit(AuditEventData)
Remarks
This is an asynchronous operation. The call will return as soon as the audit event is on the dispatcher queue. It will not wait for the audit event to be processed.
See Also