Return the ActionResult object when the alter action occurs
Namespace: Com.Tibco.As.Space.PersistenceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxActionResult OnAlter(
AlterAction alterAction
)
Function OnAlter (
alterAction As AlterAction
) As ActionResult
ActionResult^ OnAlter(
AlterAction^ alterAction
)
abstract OnAlter :
alterAction : AlterAction -> ActionResult
Parameters
- alterAction
- Type: Com.Tibco.As.Space.PersistenceAlterAction
Alter action
Return Value
Type:
ActionResultThe ActionResult object
See Also