Click or drag to resize

IAuditServiceSendAudit Method

Sends an audit event to be processed.

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

Parameters

audit  AuditEventData
The audit to send.
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