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.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
|
Return Value
Type:
ActionResultThe ActionResult object
See Also