TaskResultBase Class
Base class for task results that are generated by the task processing of a CrawlerEngine
Inheritance Hierarchy
System Object
  CrawlerLib.Engine TaskResultBase

Namespace: CrawlerLib.Engine
Assembly: CrawlerLib.Engine (in CrawlerLib.Engine.dll) Version: 2.1.5266.17437 (2.1.5266.17437)
Syntax
public abstract class TaskResultBase

The TaskResultBase type exposes the following members.

Constructors
  NameDescription
TaskResultBase
Initializes a new instance of the TaskResultBase class.
Top
Methods
  NameDescription
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 .)
Top
Properties
  NameDescription
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.
Top
See Also