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!

20.1.12 The IsCOMRegisterFunction attribute

The presence of the IsCOMRegisterFunction attribute on a method indicates that the method should be called during the COM registration process.

[AttributeUsage(AttributeTargets.Method)]
public class IsCOMRegisterFunctionAttribute: System.Attribute
{
   public IsComRegisterFunctionAttribute() {…}
}