Base class for adapters that adapts listener methods to DataEventHandler<(Of <(<'T>)>)>.
![](../icons/collapse_all.gif)
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
![](../icons/collapse_all.gif)
- TData
- Type of data object.
![](../icons/collapse_all.gif)
All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | 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.
|
![](../icons/collapse_all.gif)
Object | ||
![]() | WriteBackResultDataEventAdapter<(Of <(<'TData>)>)> | |
![]() | DelegateDataEventArrivedAdapter<(Of <(<'TData, TResult>)>)> |