| CMSThread Properties |
The CMSThread type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowAsyncActions |
Indicates if new threads can be created within this thread. (By default no new threads are created.)
| |
| Cancel |
If true, the worker is cancelled (doesn't execute)
(Inherited from AbstractWorker.) | |
| ConnectionString |
Connection string name that the thread should use to access the database
| |
| InnerThread |
Worker object.
| |
| IsBackground |
Defines if a thread is a background thread
| |
| Log |
Logs for long running operations.
| |
| MethodClassName |
Name of the class which is running the thread actions.
| |
| MethodName |
Name of the method which is running the thread actions.
| |
| Mode |
If true, the thread runs synchronously
| |
| Priority |
Specifies the scheduling priority.
| |
| RequestUrl |
Request URL which created the thread.
| |
| RunInSequence |
If true, the thread is a part of the sequence and should perform the actions after the previous thread finishes.
(Inherited from AbstractWorker.) | |
| RunningThreads |
Counter of running Threads.
| |
| ThreadFinished |
Time when the thread finished.
| |
| ThreadGUID |
Thread GUID.
| |
| ThreadID |
Thread ID.
| |
| ThreadStarted |
Time when the thread started.
|