EndOfCrawlPropagationTask Members
Include Protected Members
Include Inherited Members
Represents the propagation task that occurs at the end of a crawl operation.
The EndOfCrawlPropagationTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EndOfCrawlPropagationTask | Initializes a new instance of the EndOfCrawlPropagationTask class. |
Top
Properties
Name | Description | |
---|---|---|
CatalogId | Gets the identifier (ID) of the catalog associated with the current propagation task. (Inherited from PropagationTask.) | |
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 propagation task type. (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