Click or drag to resize

RemotableActionT1, T2 Constructor

Namespace:  Resto.Front.Api.V4.RemotingHelpers
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
public RemotableAction(
	Action<T1, T2> action
)

Parameters

action
Type: SystemActionT1, T2
See Also