NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Remoting Lifetime

Key Points

NGWS Messages
  1. Well Known - Faultin Singlecall
    • Each method call gets its own object instance for the duration of the call
  1. 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.
  1. Registered Singleton
    • Object registered
  1. Objects can manually Disconnect themselves from Remote Clients and any further calls will return with an Exception ObjectNotFound