GigaSpaces XAP.NET Documentation
AddBatchListener Method
Class LibraryGigaSpaces.Core.EventsIDataEventSessionAddBatchListener()()()
Members
IconMemberDescription
AddBatchListener<(Of <(T>)>)(T, EventHandler<(Of <(SpaceBatchDataEventArgs<(Of <(T>)>)>)>))
Registers the listener to the space using the specified template. This can only be used when the IDataEventSession is created with Batch enabled.

AddBatchListener<(Of <(T>)>)(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.

AddBatchListener<(Of <(T>)>)(T, EventHandler<(Of <(SpaceBatchDataEventArgs<(Of <(T>)>)>)>), Int64)
Registers the listener to the space using the specified template. This can only be used when the IDataEventSession is created with Batch enabled.

AddBatchListener<(Of <(T>)>)(T, EventHandler<(Of <(SpaceBatchDataEventArgs<(Of <(T>)>)>)>), DataEventType, Int64)
Registers the listener to the space using the specified template. This can only be used when the IDataEventSession is created with Batch enabled.

AddBatchListener<(Of <(T>)>)(IQuery<(Of <(T>)>), EventHandler<(Of <(SpaceBatchDataEventArgs<(Of <(T>)>)>)>))
Registers the listener to the space using the specified template. This can only be used when the IDataEventSession is created with Batch enabled.

AddBatchListener<(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.

AddBatchListener<(Of <(T>)>)(IQuery<(Of <(T>)>), EventHandler<(Of <(SpaceBatchDataEventArgs<(Of <(T>)>)>)>), Int64)
Registers the listener to the space using the specified template. This can only be used when the IDataEventSession is created with Batch enabled.

AddBatchListener<(Of <(T>)>)(IQuery<(Of <(T>)>), EventHandler<(Of <(SpaceBatchDataEventArgs<(Of <(T>)>)>)>), DataEventType, Int64)
Registers the listener to the space using the specified template. This can only be used when the IDataEventSession is created with Batch enabled.

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