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

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

Creates HandlerWaitTimeList

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

Syntax


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

Parameters

autoreset
Type: Boolean
true if after removing reset is to be applied
handlerThreadName
Type: String
Name of the handler for debug purpose
waightedPriority
Type: Boolean
if set to true weighted priority algorithm is enabled.