SpaceStopPersister Method |
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 StopPersister(
Persister persister
)
Sub StopPersister (
persister As Persister
)
void StopPersister(
Persister^ persister
)
abstract StopPersister :
persister : Persister -> unit
Parameters
- persister
- Type: Com.Tibco.As.Space.PersistencePersister
The persister to be stopped
See Also