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!

Delegate Constructor

Initializes a new instance of the Delegate class.

Overload List

Creates a Delegate to represent the specified target Object and the specified method.

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

Creates a Delegate to represent the specified target Type and the specified method.

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

See Also

Delegate Class | Delegate Members | System Namespace