Click or drag to resize
DatamonitorSetMoninv Method
设置监控间隔。

支持链式操作。

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

Parameters

value
Type: SystemInt32
监控间隔值。

Return Value

Type: Datamonitor
当前监控。
See Also