Dynamically invokes the method represented by the given delegate as a one-way method. The delegate can be null.
Declaring type: SafeDynamicInvoker
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static void OneWayDynamicInvoke (
        Delegate deleg,
        object[] arguments
) 
Parameters
deleg
The delegate to invoke.
arguments
The arguments.