Click or drag to resize
RouterOnAlter Method
Return the ActionResult object when the alter action occurs

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
RouterActionResult OnAlter(
	RouterAlterAction alterAction
)

Parameters

alterAction
Type: Com.Tibco.As.Space.RouterRouterAlterAction
Alter action

Return Value

Type: RouterActionResult
The ActionResult object
See Also