Click or drag to resize

RemotableActionT1, T2, T3Invoke Method

Namespace:  Resto.Front.Api.V5.RemotingHelpers
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
public void Invoke(
	T1 arg1,
	T2 arg2,
	T3 arg3
)

Parameters

arg1
Type: T1
arg2
Type: T2
arg3
Type: T3
See Also