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!

9.8 Invocation statement

The invocation statement invokes a method, optionally preceded by the keyword Call. The invocation statement is processed in the same way as the function invocation expression.

InvocationStatement ::= [ Call ] InvocationExpression StatementTerminator