HandlerWaitTimeList<(Of <(<'TElement>)>)> Class
This is able to execute handler functions that belongs to objects that ware removed form Wait Time List
Namespace:
UAOOI.ProcessObserver.RealTime.ProcessesAssembly: RealTime (in RealTime.dll)
Syntax
public abstract class HandlerWaitTimeList<TElement> : WaitTimeList<TElement> where TElement : WaitTimeList<(Of <(<'TElement>)>)>..::..TODescriptor
Public MustInherit Class HandlerWaitTimeList(Of TElement As WaitTimeList<(Of <(<'TElement>)>)>..::..TODescriptor) _ Inherits WaitTimeList(Of TElement)
generic<typename TElement> where TElement : WaitTimeList<(Of <(<'TElement>)>)>..::..TODescriptor public ref class HandlerWaitTimeList abstract : public WaitTimeList<TElement>
Type Parameters
- TElement
- The type of the element.
Inheritance Hierarchy
UAOOI.ProcessObserver.RealTime.Processes..::..WaitTimeList<(Of <(<'TElement>)>)>
UAOOI.ProcessObserver.RealTime.Processes..::..HandlerWaitTimeList<(Of <(<'TElement>)>)>