Stops a listener 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 StopListener(
Listener listener
)
Sub StopListener (
listener As Listener
)
void StopListener(
Listener^ listener
)
abstract StopListener :
listener : Listener -> unit
Parameters
- listener
- Type: Com.Tibco.As.Space.ListenerListener
The callback listener class which needs to be registered
See Also