Schedule Members
Include Protected Members
Include Inherited Members
Provides the base class for Enterprise Search crawl schedules.
The Schedule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Schedule | Initializes a new instance of the Schedule class based on the specified SearchContext object. |
Top
Properties
Name | Description | |
---|---|---|
BeginDay | Gets or sets the day of the month on which the crawl schedule starts. | |
BeginMonth | Gets or sets the month in which the crawl schedule starts. | |
BeginYear | Gets or sets the year in which the crawl schedule starts. | |
Description | Gets or sets a description for the crawl schedule. | |
NextRunTime | Gets the next time a crawl is scheduled to run. | |
RepeatDuration | Gets or sets the number of times to repeat the crawl schedule. | |
RepeatInterval | Gets or sets the number of minutes between each repeat interval for the crawl schedule. | |
StartHour | Gets or sets the hour the crawl schedule starts. | |
StartMinute | Gets or sets the minute the crawl schedule starts. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Invalidate | ||
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top