类库说明文档
JHTimer Constructor |
实例化
Namespace: DCSoft.Utility.Threading
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public JHTimer( long dueTime, long periodTime )
Parameters
- dueTime
- Type: SystemInt64
调用指定的回调方法之前的延迟时间量(以毫秒为单位) - periodTime
- Type: SystemInt64
调用指定的回调方法的周期(以毫秒为单位)
See Also