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.1.0.0 (2.1)

Syntax

C#
void StopPersister(
	Persister persister
)
Visual Basic
Sub StopPersister ( _
	persister As Persister _
)
Visual C++
void StopPersister(
	Persister^ persister
)

Parameters

persister
Type: Com.Tibco.As.Space.Persistence..::..Persister
The persister to be stopped

See Also