SingletonBehavior
Overview
This enum is used to specify the SingletonClassFactory behaviour in case there are more than one simultaneous requests to the singleton service
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server.ClassFactories
Value | Description |
---|---|
Fail | Throw the SingletonBusyException |
Multiple | Use the service instance anyway |
Wait | Wait for other call to release the service instance |
SingletonClassFactory class