ServerPropagationStatus Enumeration

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("ServerPropagationStatus is obsolete. Use QueryComponentPropagationStatus instead.")> _
Public Enumeration ServerPropagationStatus
'Usage
Dim instance As ServerPropagationStatus
[ObsoleteAttribute("ServerPropagationStatus is obsolete. Use QueryComponentPropagationStatus instead.")]
public enum ServerPropagationStatus

Members

Member name Description
Idle Obsolete. No files have been propagated to the Query server within a set range of time.
Propagating Obsolete. At least one file has been propagated to the Query server within a set range of time.
Initializing Obsolete. The Query server has been configured, and is waiting for the full content index to be propagated.
NotResponding Obsolete. 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