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!

Class Usage Guidelines

Base Class Usage Guidelines

Base classes are useful way to group objects that share a common set of functionality. Base classes can provide a default set of functionality, while allowing customization though extension.

Sealed Class Usage Guidelines