GigaSpaces XAP.NET Documentation
RemoveListener Method (registration)
Class LibraryGigaSpaces.Core.EventsIDataEventSessionRemoveListener(IEventRegistration)
Unregisters the listener from the space.
Declaration Syntax
C#Visual BasicVisual C++J#
void RemoveListener(
	IEventRegistration registration
)
Sub RemoveListener ( _
	registration As IEventRegistration _
)
void RemoveListener(
	IEventRegistration^ registration
)
void RemoveListener(
	IEventRegistration registration
)
Parameters
registration (IEventRegistration)
The registration token received from the server when the listener was added.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)