Otter SDK Reference
Version:

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

Syntax

public static System.Threading.Tasks.Task InvokeActionAsync<T1, T2>(IRemoteMethodExecuter agent, Action<T1, T2> method, T1 arg1, T2 arg2)

Parameters

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