Click or drag to resize
SpaceStopListener Method
Stops a listener 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.1.5.12)
Syntax
void StopListener(
	Listener listener
)

Parameters

listener
Type: Com.Tibco.As.Space.ListenerListener
The callback listener class which needs to be registered
See Also