TaskRequestBase Class
Base class for task requests that can be send to a CrawlerEngine
Inheritance Hierarchy
System Object
  CrawlerLib.Engine TaskRequestBase

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

The TaskRequestBase type exposes the following members.

Constructors
  NameDescription
TaskRequestBase
Initializes a new instance of the TaskRequestBase class.
Top
Methods
  NameDescription
CreateTask
The create task.
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.)
InitTask
The init task.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Context
Gets or sets the Context (user defined string)
ContextDiscriminator
Gets or sets the context discriminator. (user data)
ContextIndex
Gets or sets the context index. (user data)
ExternalId
Gets or sets the external unique identifier. (user data)
PerformRequestIfWorkerManagerUnavailable
Gets or sets a value indicating whether requests are performed directly if no worker manager is available.
ProcessingInfoVerbosity
Gets or sets the request processing info verbosity.
TaskNumber
Gets the task number.
UseWorkerManager
Gets or sets a value indicating whether the WorkerManager is used.
Top
See Also