GigaSpaces XAP.NET Documentation
InvokeListenerMethod Method (sender, e)
Class LibraryGigaSpaces.XAP.EventsWriteBackResultDataEventAdapter<(Of <(TData>)>)InvokeListenerMethod(Object, DataEventArgs<(Of <(TData>)>))
Invokes the listener method.
Declaration Syntax
C#Visual BasicVisual C++J#
protected abstract Object InvokeListenerMethod(
	Object sender,
	DataEventArgs<TData> e
)
Protected MustOverride Function InvokeListenerMethod ( _
	sender As Object, _
	e As DataEventArgs(Of TData) _
) As Object
protected:
virtual Object^ InvokeListenerMethod(
	Object^ sender, 
	DataEventArgs<TData> e
) abstract
protected abstract Object InvokeListenerMethod(
	Object sender,
	DataEventArgs<TData> e
)
Parameters
sender (Object)
Event sender.
e (DataEventArgs<(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: 10.1.0.0 (10.1.1.12800)