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 Error C2987

'identifier' : redefinition type mismatch for static data member of template class 'class'

There is a type conflict between two static data members. When multiply defining a static variable, you must use equivalent types.