Schedule.Time Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.