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.1.0.0 (2.1)

Syntax

C#
ActionResult OnAlter(
	AlterAction alterAction
)
Visual Basic
Function OnAlter ( _
	alterAction As AlterAction _
) As ActionResult
Visual C++
ActionResult^ OnAlter(
	AlterAction^ alterAction
)

Parameters

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

Return Value

The ActionResult object

See Also