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!

8.1.7 Flow of execution

Execution of a program begins in a shared method determined by the compilation environment. When the method terminates, the program terminates.

A method is executed by first initializing all of its parameter and locals to their correct values. After parameter and local initialization has been done, the method body block is executed. Once the method block has been executed, execution returns to the caller of the method.