你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ProcessThreadInfo interface
处理线程信息。
- Extends
属性
base |
基本优先级。 |
current |
当前线程优先级。 |
href | HRef URI。 |
identifier | 站点扩展 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
priority |
线程优先级。 |
process | 进程 URI。 |
start |
起始地址。 |
start |
开始时间。 |
state | 线程状态。 |
total |
总处理器时间。 |
user |
用户处理器时间。 |
wait |
等待原因。 |
继承属性
id | 资源 ID。注意:此属性不会序列化。 它只能由服务器填充。 |
kind | 资源类型。 |
name | 资源名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
type | 资源类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
basePriority
基本优先级。
basePriority?: number
属性值
number
currentPriority
当前线程优先级。
currentPriority?: number
属性值
number
href
HRef URI。
href?: string
属性值
string
identifier
站点扩展 ID。 注意:此属性不会序列化。 它只能由服务器填充。
identifier?: number
属性值
number
priorityLevel
线程优先级。
priorityLevel?: string
属性值
string
process
进程 URI。
process?: string
属性值
string
startAddress
起始地址。
startAddress?: string
属性值
string
startTime
开始时间。
startTime?: Date
属性值
Date
state
线程状态。
state?: string
属性值
string
totalProcessorTime
总处理器时间。
totalProcessorTime?: string
属性值
string
userProcessorTime
用户处理器时间。
userProcessorTime?: string
属性值
string
waitReason
等待原因。
waitReason?: string
属性值
string