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

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.Processes
Assembly:  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.

Exceptions


ExceptionCondition
ArgumentNullExceptionqueue is a null reference.

Remarks


After creation the object is not added to the queue.