Schedule.Time Property

Definition

Gets or set the period of time after which the worker process should be recycled.

public:
 property TimeSpan Time { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Time { get; set; }
member this.Time : TimeSpan with get, set
Public Property Time As TimeSpan

Property Value

A TimeSpan object that contains the specified period of time that should elapse before the next event.

Remarks

The Schedule object defines a schedule for a single event in IIS 7. ApplicationPoolPeriodicRestart is an example of an object that supports scheduling.

Applies to