Click or drag to resize

IAuditServiceDispatchAudit Method

Directly dispatches the audit to a local repository or an audit dispatcher.

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

Parameters

audit  AuditEventData
The audit to dispatch.
Remarks
This is a blocking call if the dispatch configuration will send to a remote service. To Asynchronously send an audit event, use SendAudit(AuditEventData) instead.
See Also