MonitoredThread Constructor (UInt16, String, Int32, ThreadStart, String, Boolean, ThreadPriority)
Initializes a new instance of the MonitoredThread class.
Namespace:
UAOOI.ProcessObserver.RealTime.ProcessesAssembly: RealTime (in RealTime.dll)
Syntax
public MonitoredThread( ushort timeout, string message, int eventID, ThreadStart process, string processName, bool isBackground, ThreadPriority priority )
Public Sub New ( _ timeout As UShort, _ message As String, _ eventID As Integer, _ process As ThreadStart, _ processName As String, _ isBackground As Boolean, _ priority As ThreadPriority _ )
public: MonitoredThread( unsigned short^ timeout, String^ message, int^ eventID, ThreadStart^ process, String^ processName, bool^ isBackground, ThreadPriority^ priority )
Parameters
- timeout
- Type: UInt16
The timeout.
- message
- Type: String
The message.
- eventID
- Type: Int32
The event ID.
- process
- Type: ThreadStart
The process.
- processName
- Type: String
Name of the process.
- isBackground
- Type: Boolean
if set to true [is background].
- priority
- Type: ThreadPriority
The priority.