Click or drag to resize

ServiceClass Enumeration

Represets the type of service classes

Namespace: SanteDB.Core.Model.AMI.Diagnostics
Assembly: SanteDB.Core.Model.AMI (in SanteDB.Core.Model.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public enum ServiceClass
Members
Member nameValueDescription
Daemon1 The service class is a daemon which starts and run continuously
Data2 The service is a data service which is fired to interact with a data source
Repository3 The service is a repository service which translates between messaging and data layer
Passive4 Represents a generic, passive service
See Also