Return the ActionResult object when the alter action occurs
Namespace: Com.Tibco.As.Space.RouterAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxRouterActionResult OnAlter(
RouterAlterAction alterAction
)
Function OnAlter (
alterAction As RouterAlterAction
) As RouterActionResult
RouterActionResult^ OnAlter(
RouterAlterAction^ alterAction
)
abstract OnAlter :
alterAction : RouterAlterAction -> RouterActionResult
Parameters
- alterAction
- Type: Com.Tibco.As.Space.RouterRouterAlterAction
Alter action
Return Value
Type:
RouterActionResultThe ActionResult object
See Also