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.4.0.001)
Syntax
C# |
---|
ActionResult OnClose(
CloseAction closeAction
) |
Visual Basic |
---|
Function OnClose (
closeAction As CloseAction
) As ActionResult |
Visual C++ |
---|
ActionResult^ OnClose(
CloseAction^ closeAction
) |
F# |
---|
abstract OnClose :
closeAction : CloseAction -> ActionResult
|
Return Value
Type:
ActionResultThe ActionResult object
See Also