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!

MulticastDelegate Constructor

Initializes an instance of the MulticastDelegate class.

Overload List

Initializes an instance of the MulticastDelegate class. This constructor is called from the class generated by the compiler-generated code.

[Visual Basic] Overloads Protected Sub New(Object, String)
[C#] protected MulticastDelegate(Object, String);
[C++] protected: MulticastDelegate(Object*, String);
[JScript] protected function MulticastDelegate(Object, String);

Initializes an instance of the MulticastDelegate class. This constructor is called from a class to generate a delegate based upon a static method name and the Type object for the class defining the method.

[Visual Basic] Overloads Protected Sub New(Type, String)
[C#] protected MulticastDelegate(Type, String);
[C++] protected: MulticastDelegate(Type*, String);
[JScript] protected function MulticastDelegate(Type, String);

See Also

MulticastDelegate Class | MulticastDelegate Members | System Namespace