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!

Compiler Warning (level 4) C4527

instances of type 'class' can never be destroyed - user-defined destructor required

The given derived class has no destructor and the compiler cannot generate one.

To avoid this warning, include a user-defined destructor for the class.

See C4513 for more information.