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!

10.3.3 Applicable function member

Given a method and a set of positional arguments and named arguments, it is possible to determine if the method is applicable to the arguments through the following algorithm:

Once a set of arguments have been matched to parameters, each match must be checked for type compatibility. The following algorithm determines if an argument is compatible with a parameter: