 | DefaultAuditServiceSendAudit Method |
Sends an audit event to be processed.
Namespace: SanteDB.Core.Security.AuditAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic void SendAudit(
AuditEventData audit
)
Public Sub SendAudit (
audit As AuditEventData
)
public:
virtual void SendAudit(
AuditEventData^ audit
) sealed
abstract SendAudit :
audit : AuditEventData -> unit
override SendAudit :
audit : AuditEventData -> unit Parameters
- audit AuditEventData
- The audit to send.
Implements
IAuditServiceSendAudit(AuditEventData)
RemarksThis 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