Click or drag to resize

RemotableAction<T> Constructor

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

Parameters

action
Type: System.Action<T>
See Also