GigaSpaces XAP.NET Documentation
InvokeBatchListenerMethod Method (sender, e)
Class LibraryGigaSpaces.XAP.EventsWriteBackResultDataEventAdapter<(Of <(<'TData>)>)>InvokeBatchListenerMethod(Object, BatchDataEventArgs<(Of <<'(TData>)>>))
Invokes the batch listener method.
Declaration Syntax
C#Visual BasicVisual C++J#
protected abstract Object InvokeBatchListenerMethod(
	Object sender,
	BatchDataEventArgs<TData> e
)
Protected MustOverride Function InvokeBatchListenerMethod ( _
	sender As Object, _
	e As BatchDataEventArgs(Of TData) _
) As Object
protected:
virtual Object^ InvokeBatchListenerMethod(
	Object^ sender, 
	BatchDataEventArgs<TData> e
) abstract
protected abstract Object InvokeBatchListenerMethod(
	Object sender,
	BatchDataEventArgs<TData> e
)
Parameters
sender (Object)
Event sender.
e (BatchDataEventArgs<(Of <(<'TData>)>)>)
Event args.
Return Value
Method result that needs to be written to the space, null if none.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)