Base class for adapters that adapts listener methods to DataEventHandler<(Of <(T>)>).

C# | Visual Basic | Visual C++ | J# |
public abstract class WriteBackResultDataEventAdapter<TData>
Public MustInherit Class WriteBackResultDataEventAdapter(Of TData)
generic<typename TData> public ref class WriteBackResultDataEventAdapter abstract

- TData
- Type of data object.

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | WriteBackResultDataEventAdapter<(Of <(TData>)>)(MethodInfo) |
Constructs a WriteBackResultDataEventAdapter
|
![]() | Equals(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()()() | (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.
|

Object | ||
![]() | WriteBackResultDataEventAdapter<(Of <(TData>)>) | |
![]() | DelegateDataEventArrivedAdapter<(Of <(TData, TResult>)>) |