Stops the persister and associated thread that was previously created

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
void StopRouter(
	Router router
)
Visual Basic
Sub StopRouter ( 
	router As Router
)
Visual C++
void StopRouter(
	Router^ router
)
F#
abstract StopRouter : 
        router : Router -> unit 

Parameters

router
Type: Com.Tibco.As.Space.Router..::..Router
The router to be stopped

See Also