Click or drag to resize

RemotableActionT1, T2Invoke Method

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

Parameters

arg1
Type: T1
arg2
Type: T2
See Also