Return the ActionResult object when opening 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 OnOpen(
OpenAction openAction
)
Function OnOpen (
openAction As OpenAction
) As ActionResult
ActionResult^ OnOpen(
OpenAction^ openAction
)
abstract OnOpen :
openAction : OpenAction -> ActionResult
Parameters
- openAction
- Type: Com.Tibco.As.Space.PersistenceOpenAction
Open action
Return Value
Type:
ActionResultThe ActionResult object
See Also