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
- Platforms: .NET Core, .NET Framework, .NET Standard
| Value | Description |
|---|---|
| Fail | Throw the SingletonBusyException |
| Multiple | Use the service instance anyway |
| Wait | Wait for other call to release the service instance |
SingletonClassFactory class