| AuditUtilAuditApplicationStartStop Method |
Audit application start or stop
Namespace:
SanteDB.Core.Security.Audit
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public static void AuditApplicationStartStop(
EventTypeCodes eventType
)
Public Shared Sub AuditApplicationStartStop (
eventType As EventTypeCodes
)
public:
static void AuditApplicationStartStop(
EventTypeCodes eventType
)
static member AuditApplicationStartStop :
eventType : EventTypeCodes -> unit
Parameters
- eventType
- Type: SanteDB.Core.Security.AuditEventTypeCodes
[Missing <param name="eventType"/> documentation for "M:SanteDB.Core.Security.Audit.AuditUtil.AuditApplicationStartStop(SanteDB.Core.Security.Audit.EventTypeCodes)"]
See Also