Click or drag to resize

RemotableActionT1, T2 Constructor

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

Parameters

action
Type: SystemActionT1, T2
See Also