ServerPropagationStatus Enumeration

Defines the propagation status values for a Query server.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Enumeration ServerPropagationStatus
'Usage
Dim instance As ServerPropagationStatus
public enum ServerPropagationStatus

Members

Member name Description
Idle No files have been propagated to the Query server within a set range of time.
Propagating At least one file has been propagated to the Query server within a set range of time.
Initializing The Query server has been configured, and is waiting for the full content index to be propagated.
NotResponding The Query server is not responding to propagation requests in a timely fashion

Remarks

Used in the propagationStatus() property of the QueryServer class.

The PropagationStatus enumeration defines propagation status values for the global propagation system.

See Also

Reference

Microsoft.Office.Server.Search.Administration Namespace