Click or drag to resize
PersisterOnAlter Method
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.1.5.12)
Syntax
ActionResult OnAlter(
	AlterAction alterAction
)

Parameters

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

Return Value

Type: ActionResult
The ActionResult object
See Also