PropagationTask Members
Include Protected Members
Include Inherited Members
Provides the base class for objects representing propagation tasks.
The PropagationTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PropagationTask | Initializes a new instance of the PropagationTask class. |
Top
Properties
Name | Description | |
---|---|---|
CatalogId | Gets the identifier (ID) of the catalog associated with the current propagation task. | |
ReceiversNotCompleted | Gets the list of query components that have not been completed in the current propagation task. | |
Sender | Gets the crawl component that sent the current propagation task. | |
Type | Get the propagation task type. | |
UtcTime | Gets the date and time in coordinated universal time (UTC) when the propagation task was started. |
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