| RemotableActionT1, T2, T3Invoke Method  | 
  
    Namespace: 
   Resto.Front.Api.RemotingHelpers
    Assembly:
   Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
 Syntax
Syntaxpublic void Invoke(
	T1 arg1,
	T2 arg2,
	T3 arg3
)
Parameters
- arg1
- Type: T1
 
- arg2
- Type: T2
 
- arg3
- Type: T3
 
 See Also
See Also