Timer.Dispose Method

Releases all the resources used by the Timer class.

Syntax

  protected void Dispose(
  bool  
  disposing
);

Parameters

disposing

System.Booleantrue if the origin of the call is Dispose; otherwise, false.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also