Click or drag to resize

ServerNotificationEvents Enumeration

Server notification events

Namespace: SanteDB.Core.Configuration
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
[FlagsAttribute]
public enum ServerNotificationEvents
Members
Member nameValueDescription
Locked1 Object is locked
Unlocked2 Object is unlocked
Started4 Object has started
Stopped8 Object has stopped
Error16 Object encountered an error
Created32 Object was created
Deleted64 Object was deleted
Altered128 Object was altered
See Also