GigaSpaces XAP.NET Documentation
AddBatchListener<(Of <(T>)>) Method (query, listener, eventType)
Class LibraryGigaSpaces.Core.EventsIDataEventSessionAddBatchListener<(Of <(T>)>)(IQuery<(Of <(T>)>), EventHandler<(Of <(SpaceBatchDataEventArgs<(Of <(T>)>)>)>), DataEventType)
Registers the listener to the space using the specified template. This can only be used when the IDataEventSession is created with Batch enabled.
Declaration Syntax
C#Visual BasicVisual C++J#
IEventRegistration AddBatchListener<T>(
	IQuery<T> query,
	EventHandler<SpaceBatchDataEventArgs<T>> listener,
	DataEventType eventType
)
Function AddBatchListener(Of T) ( _
	query As IQuery(Of T), _
	listener As EventHandler(Of SpaceBatchDataEventArgs(Of T)), _
	eventType As DataEventType _
) As IEventRegistration
generic<typename T>
IEventRegistration^ AddBatchListener(
	IQuery<T>^ query, 
	EventHandler<SpaceBatchDataEventArgs<T>^>^ listener, 
	DataEventType eventType
)
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
query (IQuery<(Of <(T>)>))
The query used for matching.
listener (EventHandler<(Of <(SpaceBatchDataEventArgs<(Of <(T>)>)>)>))
The listener which will handle notifications.
eventType (DataEventType)
The type of events you wish to receive notification on.
Return Value
An event registration token.
Exceptions
ExceptionCondition
SqlQueryExceptionThe query template is an illegal SqlQuery.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)