Click or drag to resize
MonitorrecordSetMonvalue Method
设置监控值。

支持链式操作。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public virtual Monitorrecord SetMonvalue(
	int value
)

Parameters

value
Type: SystemInt32
监控值值。

Return Value

Type: Monitorrecord
当前监控记录。
See Also