Return the ActionResult object when closing 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 OnClose(
CloseAction closeAction
)
Function OnClose (
closeAction As CloseAction
) As ActionResult
ActionResult^ OnClose(
CloseAction^ closeAction
)
abstract OnClose :
closeAction : CloseAction -> ActionResult
Parameters
- closeAction
- Type: Com.Tibco.As.Space.PersistenceCloseAction
Close action
Return Value
Type:
ActionResultThe ActionResult object
See Also