Click or drag to resize

RemotableActionT Constructor

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

Parameters

action
Type: SystemActionT
See Also