 | IAuditServiceSendAudit Method |
Sends an audit event to be processed.
Namespace: SanteDB.Core.Security.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxvoid SendAudit(
AuditEventData audit
)
Sub SendAudit (
audit As AuditEventData
)
void SendAudit(
AuditEventData^ audit
)
abstract SendAudit :
audit : AuditEventData -> unit Parameters
- audit AuditEventData
- The audit to send.
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