TaskResultBase Class |
Namespace: CrawlerLib.Engine
The TaskResultBase type exposes the following members.
Name | Description | |
---|---|---|
TaskResultBase |
Initializes a new instance of the TaskResultBase class.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a String that represents this instance.
(Overrides Object ToString .) |
Name | Description | |
---|---|---|
AdditionalProcessingTime |
Gets or sets AdditionalProcessingTime.
| |
Context |
Gets or sets the Context (user data)
| |
ContextDiscriminator |
Gets the context discriminator. (user data)
| |
ContextIndex |
Gets the context index. (user data)
| |
ExternalId |
Gets the external unique identifier. (user data)
| |
FatalException |
Gets or sets FatalException.
| |
ForcedImmediateTaskRun |
The task should be scheduled to run again immediately
| |
OperationCosts |
Gets or sets the operation costs.
| |
ProcessingInfos |
Gets or sets the task processing info.
| |
Success |
Gets or sets a value indicating whether this TaskResultBase is successful.
| |
TaskDuration |
Gets the task duration.
| |
TaskEnd |
Gets or sets TaskEnd.
| |
TaskNumber |
Gets the task number.
| |
TaskStart |
Gets or sets TaskStart.
|