Summary
Copmares the priority of two requests and gives higher priority to the one whose uri would be sorted earlier alphabetically.
For a list of all members of this type, see
AlphabeticComparer Members
.
Type Relationships
System.ObjectEas.WebCrawler.PlugIns.RequestComparers.BaseComparer
Eas.WebCrawler.PlugIns.RequestComparers.AlphabeticComparer
Declaration Syntax
Public Class AlphabeticComparer
Inherits BaseComparer
public class AlphabeticComparer : BaseComparer
public __gc class AlphabeticComparer : public BaseComparer
public class AlphabeticComparer extends BaseComparer
Remarks
Using this comparer will mean that requests get processed in alphabetic (dictionary) order.Requirements
Namespace: Eas.WebCrawler.PlugIns.RequestComparersAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)