GigaSpaces XAP.NET Documentation
InvokeBatchListenerMethod Method (sender, e)
Class LibraryGigaSpaces.XAP.EventsDelegateDataEventArrivedAdapter<(Of <(TData, TResult>)>)InvokeBatchListenerMethod(Object, BatchDataEventArgs<(Of <(TData>)>))
Invokes the listener method.
Declaration Syntax
C#Visual BasicVisual C++J#
protected override Object InvokeBatchListenerMethod(
	Object sender,
	BatchDataEventArgs<TData> e
)
Protected Overrides Function InvokeBatchListenerMethod ( _
	sender As Object, _
	e As BatchDataEventArgs(Of TData) _
) As Object
protected:
virtual Object^ InvokeBatchListenerMethod(
	Object^ sender, 
	BatchDataEventArgs<TData> e
) override
protected 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: 8.0.8.6380 (8.0.8.6380)