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 C2927

'function' : a template function must be called with at least one argument

You cannot call a template function without arguments. The type of the template arguments determines what version of the function to generate.