Click or drag to resize

RemotableActionT 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: SystemActionT
See Also