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!

Callbacks

Delegates, Interfaces and Events can each be used to provide callback functionality. Each has it’s own specific usage characteristics that make it better suited to particular situations.

Do use Events if:

Do use a Delegate if:

Do use an Interface if: