NameDescriptionTypeAdditional information
DLLName

DLL文件名称

string

None.

ClassName

服务的实体类名称

string

None.

RunnerName

当前运行器的名称。

string

None.

Description

当前伺服器的描述。

string

None.

IsParallel

指示当前运行器是否是并行的。

boolean

None.

MaxParallelUnits

当前运行器允许的最大并行单元数。

integer

None.

CurrentParallelUnits

当前正在运行的并行单元数

integer

None.

RunSetting

最后一次启动时使用的运行设置

Object

None.

RunStatus

当前服务的运行状态。 0-停止 1-运行

string

None.

CreatedTime

当前伺服被创建的时间

date

None.

RunningStartedTime

最后一次开始运行的时间

date

None.

TotalProcessedRequest

合计被处理掉的请求数量

integer

None.

DelayAfterNoRequestToProcess

没有需要处理的请求之后,停顿的间隔时间,单位毫秒,最小值为10。

integer

None.

DelayAfterOneRequestProcessed

当有多个单元需要处理时,处理完一个单元之后,停顿的时间间隔,单位毫秒,最小值为0

integer

None.