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

WaitTimeList<(Of <(<'TElement>)>)> Constructor (String, Boolean)

Initializes a new instance of the WaitTimeList<(Of <(<'TElement>)>)> class.

Namespace:  UAOOI.ProcessObserver.RealTime.Processes
Assembly:  RealTime (in RealTime.dll)

Syntax


public WaitTimeList(
	string handlerThreadName,
	bool waightedPriority
)
Public Sub New ( _
	handlerThreadName As String, _
	waightedPriority As Boolean _
)
public:
WaitTimeList(
	String^ handlerThreadName, 
	bool^ waightedPriority
)

Parameters

handlerThreadName
Type: String
Name of the handler thread.
waightedPriority
Type: Boolean
if set to true wighted priority algorithm is enabled.