| ThreadDebugItem Class |
Namespace: CMS.Base
public class ThreadDebugItem
The ThreadDebugItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ThreadDebugItem |
Constructor
|
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
| Name | Description | |
|---|---|---|
| Duration |
Gets the thread duration in seconds
| |
| HasLog |
Gets the value that indicates whether thread has log
| |
| MethodClassName |
Gets the method class name
| |
| MethodName |
Gets the method name
| |
| RequestGuid |
Request GUID to identify debugs of the current thread
| |
| RequestUrl |
Gets the request URL
| |
| Status |
Gets the thread status
| |
| ThreadFinished |
Gets the thread finished time
| |
| ThreadGuid |
Gets the thread GUID
| |
| ThreadId |
Gets the thread id
| |
| ThreadStarted |
Gets or sets the thread starting time
|