GigaSpaces XAP.NET Documentation
WriteBackResultDataEventAdapter<(Of <(<'TData>)>)> Class
Class LibraryGigaSpaces.XAP.EventsWriteBackResultDataEventAdapter<(Of <(<'TData>)>)>
Base class for adapters that adapts listener methods to DataEventHandler<(Of <(<'T>)>)>.
Declaration Syntax
C#Visual BasicVisual C++J#
public abstract class WriteBackResultDataEventAdapter<TData>
Public MustInherit Class WriteBackResultDataEventAdapter(Of TData)
generic<typename TData>
public ref class WriteBackResultDataEventAdapter abstract
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
TData
Type of data object.
Members
All MembersConstructorsMethods



IconMemberDescription
WriteBackResultDataEventAdapter<(Of <(<'TData>)>)>(MethodInfo)
Constructs a WriteBackResultDataEventAdapter

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InvokeBatchListenerMethod(Object, BatchDataEventArgs<(Of <<'(TData>)>>))
Invokes the batch listener method.

InvokeListenerMethod(Object, DataEventArgs<(Of <<'(TData>)>>))
Invokes the listener method.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteBackBatchDataEventHandler(Object, BatchDataEventArgs<(Of <<'(TData>)>>))
The adapter method, adapts a regular DataEventHandler<(Of <(<'T>)>)> method call to the supplied method and write backs the results.

WriteBackDataEventHandler(Object, DataEventArgs<(Of <<'(TData>)>>))
The adapter method, adapts a regular DataEventHandler<(Of <(<'T>)>)> method call to the supplied method and write backs the results.

Inheritance Hierarchy
Object
WriteBackResultDataEventAdapter<(Of <(<'TData>)>)>
 DelegateDataEventArrivedAdapter<(Of <(<'TData, TResult>)>)>
See Also

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)