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.Combine

Combines the invocation lists of the specified multicast Delegate instances.

Overload List

Combines the invocation lists of an array of multicast Delegate instances.

[Visual Basic] Overloads Public Shared Function Combine(Delegate()) As Delegate
[C#] public static Delegate Combine(Delegate[]);
[C++] public: static Delegate* Combine(Delegate*[]);
[JScript] public static function Combine(Delegate[]) : Delegate;

Combines the invocation lists of two multicast Delegate instances.

[Visual Basic] Overloads Public Shared Function Combine(Delegate, Delegate) As Delegate
[C#] public static Delegate Combine(Delegate, Delegate);
[C++] public: static Delegate* Combine(Delegate*, Delegate*);
[JScript] public static function Combine(Delegate, Delegate) : Delegate;

See Also

Delegate Class | Delegate Members | System Namespace