Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the global propagation status values for the global propagation system.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration PropagationStatus
'Usage
Dim instance As PropagationStatus
public enum PropagationStatus
Members
| Member name | Description | |
|---|---|---|
| NoPropagation | There are no dedicated Query servers configured, so no propagation is needed. | |
| Idle | No files have been propagated within a set range of time. | |
| Propagating | At least one file has been propagated within a set range of time. | |
| WaitingForInitialization | A new Query server has been configured, and is waiting for the full content index to be propagated. | |
| QueryComponentNotResponding |
Remarks
Used in the Status property of the Propagation class.
The ServerPropagationStatus enumeration defines propagation status values for a Query server.