Search Results for

    Method SafeInvoke

    SafeInvoke(MulticastDelegate, params object[])

    Invokes each delegate in the invocation list of the specified MulticastDelegate object.

    Declaration
    public static void SafeInvoke(this MulticastDelegate action, params object[] parameters)
    Parameters
    Type Name Description
    MulticastDelegate action

    The MulticastDelegate object whose invocation list is to be invoked.

    object[] parameters

    The parameters to be passed to each delegate in the invocation list.

    In This Article