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

Syntax

C#
void StopListener(
	Listener listener
)
Visual Basic
Sub StopListener ( _
	listener As Listener _
)
Visual C++
void StopListener(
	Listener^ listener
)

Parameters

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

See Also