Otter SDK Reference
Version:

InvokeFuncAsync<T1, T2, T3, T4, TResult>(IRemoteMethodExecuter agent, System.Func<T1, T2, T3, T4, TResult> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4) Method

Syntax

public static Task<TResult> InvokeFuncAsync<T1, T2, T3, T4, TResult>(IRemoteMethodExecuter agent, Func<T1, T2, T3, T4, TResult> method, T1 arg1, T2 arg2, T3 arg3, T4 arg4)

Parameters

agent
Type: IRemoteMethodExecuter
method
Type: System.Func<T1, T2, T3, T4, TResult>
arg1
Type: T1
arg2
Type: T2
arg3
Type: T3
arg4
Type: T4