UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

WaitTimeList<(Of <(<'TElement>)>)> Methods

The WaitTimeList<(Of <(<'TElement>)>)> type exposes the following members.

Methods


  Name Description
Public method DisableListManagerThread
Disables the list manager thread.
Public method Dispose()()()()
Implement IDisposable. Do not make this method virtual. A derived class should not be able to override this method. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public method EnableListManagerThread
Enables the list manager thread.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method NewOvertimeCoefficient
Event handler invoked every time new values are available.
Protected method RemoveItem(Boolean)
Removes the item.
Protected method RemoveItem()()()()
While overridden the method can be used to remove first ready item from the queue. The method is called by the internal timer callback inside the lock of the instance of this class. Typically it is used to schedule a work related to removed Item using the ThreadPool.
Public method RemoveItem(TElement%)
Removes the item.
Public method ToString
Returns a String that represents the current Object.
Public method WaitRemoveItem
Waits and remove an item.