点击或拖拽改变大小

SwebManagedTimer 类

托管Timers.Timer
继承层次

命名空间:  Swebui.ManagedThreading
程序集:  Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法
public class SwebManagedTimer : SwebManagedThreadBase

SwebManagedTimer 类型公开以下成员。

构造函数
  名称说明
公共方法SwebManagedTimer(Timer, String)
初始化 SwebManagedTimer 类的一个新实例
公共方法SwebManagedTimer(Timer, String, String)
初始化 SwebManagedTimer 类的一个新实例
公共方法SwebManagedTimer(Timer, String, String, String)
初始化 SwebManagedTimer 类的一个新实例
Top
属性
  名称说明
公共属性ManagedObject
托管对象
(继承自 SwebManagedThreadBase。)
公共属性ManagedTimer
获取Timers.Timer
公共属性Name
托管对象名称
(继承自 SwebManagedThreadBase。)
Top
事件
  名称说明
公共事件FormActivated
当使用代码激活或用户激活窗体时发生
(继承自 SwebManagedThreadBase。)
公共事件FormClosed
在窗体关闭后发生
(继承自 SwebManagedThreadBase。)
公共事件FormDeactivate
当窗体失去焦点成为不活动窗体时发生
(继承自 SwebManagedThreadBase。)
公共事件SessionStoped
在用户重新连接、用户会话过期、代码中未捕获的异常触发Dump、通过其他方式停止会话等情况时发生
(继承自 SwebManagedThreadBase。)
Top
备注