Timer.Close Method

Definition

Releases the resources used by the Timer.

public:
 void Close();
public void Close ();
member this.Close : unit -> unit
Public Sub Close ()

Remarks

The Close method in turn calls the Dispose method.

Applies to