Creates HandlerWaitTimeList
Namespace:
UAOOI.ProcessObserver.RealTime.Processes
Assembly:
RealTime (in RealTime.dll)
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.