IndexPropagationTask Members
Include Protected Members
Include Inherited Members
Represents a propagation task that is currently being performed by all query components.
The IndexPropagationTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IndexPropagationTask | Initializes a new instance of the IndexPropagationTask class. |
Top
Properties
Name | Description | |
---|---|---|
BirthDate | Gets an integer that defines the order in which the components were created in the full-text index catalog. | |
CatalogId | Gets the identifier (ID) of the catalog associated with the current propagation task. (Inherited from PropagationTask.) | |
IndexId | Gets the integer that uniquely identifies a full-text index component within the full-text index catalog. | |
MaxDocumentId | Gets the integer that uniquely identifies the crawled item. | |
ReceiversNotCompleted | Gets the list of query components that have not been completed in the current propagation task. (Inherited from PropagationTask.) | |
Sender | Gets the crawl component that sent the current propagation task. (Inherited from PropagationTask.) | |
Type | Gets the type of the propagation task. (Overrides PropagationTask.Type.) | |
UtcTime | Gets the date and time in coordinated universal time (UTC) when the propagation task was started. (Inherited from PropagationTask.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top