Click or drag to resize
RouterActionResultCreate Method (Tuple)
Return a new ActionResult instance by an Tuple object.

Namespace: Com.Tibco.As.Space.Router
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public static RouterActionResult Create(
	Tuple tuple
)

Parameters

tuple
Type: Com.Tibco.As.SpaceTuple
The tuple to pass with the action result.

Return Value

Type: RouterActionResult
A new ActionResult instance
See Also