GigaSpaces XAP.NET Documentation
AddListener<(Of <(<'T>)>)> Method (template, listener)
Class LibraryGigaSpaces.Core.EventsIDataEventSessionAddListener<(Of <<'(T>)>>)(T, EventHandler<(Of <<'(SpaceDataEventArgs<(Of <<'(T>)>>)>)>>))
Registers the listener to the space using the specified template.
Declaration Syntax
C#Visual BasicVisual C++J#
IEventRegistration AddListener<T>(
	T template,
	EventHandler<SpaceDataEventArgs<T>> listener
)
Function AddListener(Of T) ( _
	template As T, _
	listener As EventHandler(Of SpaceDataEventArgs(Of T)) _
) As IEventRegistration
generic<typename T>
IEventRegistration^ AddListener(
	T template, 
	EventHandler<SpaceDataEventArgs<T>^>^ listener
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of object to listen to.
Parameters
template (T)
The template used for matching.
listener (EventHandler<(Of <(<'SpaceDataEventArgs<(Of <(<'T>)>)>>)>)>)
The listener which will handle notifications.
Return Value
An event registration token.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)