Return the ActionResult object when loading 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 OnLoad(
LoadAction loadAction
)
Function OnLoad (
loadAction As LoadAction
) As ActionResult
ActionResult^ OnLoad(
LoadAction^ loadAction
)
abstract OnLoad :
loadAction : LoadAction -> ActionResult
Parameters
- loadAction
- Type: Com.Tibco.As.Space.PersistenceLoadAction
Load action
Return Value
Type:
ActionResultThe ActionResult object
See Also