Microsoft SDK for Java

getInvocationList

This method of the MulticastDelegate class returns the invocation list of this MulticastDelegate. The resulting array might have more than one element. The invocation list of each of the elements in the returned array is guaranteed to have only one entry.

Syntax

public Delegate[] getInvocationList();

This method overrides Delegate.getInvocationList.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.