AccessPathManager Class
Manager for AccessPathBase objects. Prioritize successful access paths over failed ones. Access paths with same reliability are used round robin for load balancing.
Inheritance Hierarchy
System Object
  CrawlerLib.Engine AccessPathManager

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

The AccessPathManager type exposes the following members.

Constructors
  NameDescription
AccessPathManager
Initializes a new instance of the AccessPathManager class.
Top
Methods
  NameDescription
DequeueAccessPath 
The dequeue access path.
DequeueAccessPath T  
The dequeue access path.
EnqueueAccessPath
The enqueue access path.
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.)
GetAccessPaths
Gets the access paths.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetOperationsInfo
The get operations info.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetUnreliableAccessPathInfo
The get unreliable access path info.
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
See Also