Click or drag to resize

RemotableActionT Constructor

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

Parameters

action
Type: SystemActionT
See Also