spiderDLContext Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbWEM.Core.crawler.targets
public class spiderDLContext
The spiderDLContext type exposes the following members.
| Name | Description | |
|---|---|---|
| spiderDLContext | Initializes a new instance of the spiderDLContext class |
| Name | Description | |
|---|---|---|
| acceptLoadedPages |
Accepts the loaded pages.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetNextIterationLTSize |
Calculates the number of pages to be loaded in next iteration, in order to respect the PL_max limit in scenario where Load Take (LT) is higher then 1.
| |
| GetPageLoadsToLimit |
Returns distance from the Page Load limit
| |
| GetType | (Inherited from Object.) | |
| processLink |
Processes the link into Targets
| |
| processLoaderResult |
Processes loader result
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| OnLoaderTaskProcessed |
Called when all loaded targets from spiderTaskResult are processed
| |
| OnTargetPageAttached |
Called at end of [!:spiderTarget.AttachPage(spiderPage, imbSCI.Core.interfaces.ILogBuilder, int)] method
|