TODescriptor Constructor
Initializes a new instance of the WaitTimeList<(Of <(<'TElement>)>)> class.
After creation the object is not added to the queue.
Namespace:
UAOOI.ProcessObserver.RealTime.ProcessesAssembly: RealTime (in RealTime.dll)
Syntax
public TODescriptor( WaitTimeList<TElement> queue, TimeSpan cycle )
Public Sub New ( _ queue As WaitTimeList(Of TElement), _ cycle As TimeSpan _ )
public: TODescriptor( WaitTimeList<TElement>^ queue, TimeSpan^ cycle )
Parameters
- queue
- Type: UAOOI.ProcessObserver.RealTime.Processes..::..WaitTimeList<(Of <(<'TElement>)>)>
The queue.
- cycle
- Type: TimeSpan
The cycle.