NGWS Messages |
- Well Known - Faultin Singlecall
- Each method call gets its own object instance for the duration of the call
|
- Well Known - Faultin Singleton / Activated
- Object faulted in on first use
- Lease Based
- Keeping Objects alive for remote clients
- Cleanup objects when clients no longer exist.
|
- Registered Singleton
|
- Objects can manually Disconnect themselves from Remote Clients and any further calls will return with an Exception ObjectNotFound
|