Timer Constructor

Initializes a new instance of the Timer class.

Overload List

public Timer()

public Timer(IModelItemOwner)

public Timer(IModelItemOwner, string)

Timer.Timer Constructor

Initializes a new instance of the Timer class.

  public Timer();

Timer.Timer Constructor

Initializes a new instance of the Timer class.

  public Timer(
  IModelItemOwner  owner
);

Parameters

owner

Microsoft.MediaCenter.UI.IModelItemOwner.  The owner of the ModelItem.

Timer.Timer Constructor

Initializes a new instance of the Timer class.

  public Timer(
  IModelItemOwner  
  owner
  , 
  string  description
);

Parameters

owner

Microsoft.MediaCenter.UI.IModelItemOwner.  The owner of the ModelItem.

description

System.String.  The description of the object.

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