Stops the persister and associated thread that was previously created
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxvoid StopRouter(
Router router
)
Sub StopRouter (
router As Router
)
void StopRouter(
Router^ router
)
abstract StopRouter :
router : Router -> unit
Parameters
- router
- Type: Com.Tibco.As.Space.RouterRouter
The router to be stopped
See Also