HandlerWaitTimeList<(Of <(<'TElement>)>)> Members
The HandlerWaitTimeList<(Of <(<'TElement>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HandlerWaitTimeList<(Of <(<'TElement>)>)>(Boolean, String, Boolean) |
Creates HandlerWaitTimeList
|
|
HandlerWaitTimeList<(Of <(<'TElement>)>)>(Boolean, String) |
Creates HandlerWaitTimeList
|
Methods
Name | Description | |
---|---|---|
DisableListManagerThread |
Disables the list manager thread.
(Inherited from WaitTimeList<(Of <(<'TElement>)>)>.) |
|
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.
(Inherited from WaitTimeList<(Of <(<'TElement>)>)>.) |
|
EnableListManagerThread |
Enables the list manager thread.
(Inherited from WaitTimeList<(Of <(<'TElement>)>)>.) |
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Handler |
If overridden in the derived class can be used
to handle the work related to the myDsc.
Only one call is guaranteed at any instant of time.
This method is executed by a separate thread.
|
|
MemberwiseClone | (Inherited from Object.) | |
NewOvertimeCoefficient |
Event handler invoked every time new values are available.
(Inherited from WaitTimeList<(Of <(<'TElement>)>)>.) |
|
RemoveItem()()()() |
The method removes first ready item from the queue and schedules the work using ThreadPool.
The method is called by the internal timer callback inside the lock of the instance of this class.
|
|
RemoveItem(TElement%) |
Removes the item.
(Inherited from WaitTimeList<(Of <(<'TElement>)>)>.) |
|
ToString | (Inherited from WaitTimeList<(Of <(<'TElement>)>)>.) | |
WaitRemoveItem |
Waits and remove an item.
(Inherited from WaitTimeList<(Of <(<'TElement>)>)>.) |
Properties
Name | Description | |
---|---|---|
IsReadyToRemoved |
Gets a value indicating whether item from the queue is ready to be removed.
(Inherited from WaitTimeList<(Of <(<'TElement>)>)>.) |
|
QueueLength |
Gets the length of the queue.
(Inherited from WaitTimeList<(Of <(<'TElement>)>)>.) |