| TaskRequestBase Class |
Namespace: CrawlerLib.Engine
The TaskRequestBase type exposes the following members.
| Name | Description | |
|---|---|---|
| TaskRequestBase |
Initializes a new instance of the TaskRequestBase class.
|
| Name | Description | |
|---|---|---|
| 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.) |
| Name | Description | |
|---|---|---|
| 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.
|