Return the ActionResult object when closing 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 OnClose(
	CloseAction closeAction
)
Visual Basic
Function OnClose ( _
	closeAction As CloseAction _
) As ActionResult
Visual C++
ActionResult^ OnClose(
	CloseAction^ closeAction
)

Parameters

closeAction
Type: Com.Tibco.As.Space.Persistence..::..CloseAction
Close action

Return Value

The ActionResult object

See Also