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

Returns the invocation list of this multicast delegate, in invocation order.

[Visual Basic]
Overrides Public Function GetInvocationList() As Delegate ()
[C#]
public override Delegate[] GetInvocationList();
[C++]
public: override Delegate* GetInvocationList() [];
[JScript]
public override function GetInvocationList() : Delegate[];

Return Value

Returns an array containing the delegates in the invocation list.

See Also

MulticastDelegate Class | MulticastDelegate Members | System Namespace