Return the ActionResult object when the alter action occurs

Namespace: Com.Tibco.As.Space.Persistence
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
ActionResult OnAlter(
	AlterAction alterAction
)
Visual Basic
Function OnAlter ( 
	alterAction As AlterAction
) As ActionResult
Visual C++
ActionResult^ OnAlter(
	AlterAction^ alterAction
)
F#
abstract OnAlter : 
        alterAction : AlterAction -> ActionResult 

Parameters

alterAction
Type: Com.Tibco.As.Space.Persistence..::..AlterAction
Alter action

Return Value

Type: ActionResult
The ActionResult object

See Also