Schedule members

Provides the base class for SharePoint Enterprise Search crawl schedules.

The Schedule type exposes the following members.

Constructors

  Name Description
Protected method Schedule(SearchContext) Initializes a new instance of the Schedule class based on the specified SearchContext object.
Protected method Schedule(SearchServiceApplication)

Top

Properties

  Name Description
Public property BeginDay Gets or sets the day of the month on which the crawl schedule starts.
Public property BeginMonth Gets or sets the month in which the crawl schedule starts.
Public property BeginYear Gets or sets the year in which the crawl schedule starts.
Public property Description Gets a description of the crawl schedule.
Public property NextRunTime Gets the next time a crawl is scheduled to run.
Public property RepeatDuration Gets or sets the number of times to repeat the crawl schedule.
Public property RepeatInterval Gets or sets the number of minutes between each repeat interval for the crawl schedule.
Public property StartHour Gets or sets the hour the crawl schedule starts.
Public property StartMinute Gets or sets the minute the crawl schedule starts.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method Invalidate This member is reserved for internal use and is not intended to be used directly from your code.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

Schedule class

Microsoft.Office.Server.Search.Administration namespace