Timer.Close 方法
定义
释放由 Timer 占用的资源。Releases the resources used by the Timer.
public:
void Close();
public void Close ();
member this.Close : unit -> unit
Public Sub Close ()
注解
Close方法又调用 Dispose 方法。The Close method in turn calls the Dispose method.
适用于