| ServiceInstanceMode Enumeration |
Service instance mode
Namespace:
RestSrvr.Attributes
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public enum ServiceInstanceMode
Public Enumeration ServiceInstanceMode
public enum class ServiceInstanceMode
Members
| Member name | Value | Description |
---|
| Singleton | 0 |
Only one instance is ever created
|
| PerCall | 1 |
New instance is made per call
|
See Also