Otter SDK Reference
Version:

InvokeAction<T1, T2, T3>(IRemoteMethodExecuter agent, System.Action<T1, T2, T3> method, T1 arg1, T2 arg2, T3 arg3) Method

Syntax

public static void InvokeAction<T1, T2, T3>(IRemoteMethodExecuter agent, Action<T1, T2, T3> method, T1 arg1, T2 arg2, T3 arg3)

Parameters

agent
Type: IRemoteMethodExecuter
method
Type: System.Action<T1, T2, T3>
arg1
Type: T1
arg2
Type: T2
arg3
Type: T3