Constructs a comparer from a target depth and an inner BaseComparer used to break ties.

Declaration Syntax

Public Sub New( _
	ByVal depth As Integer, _
	ByVal innerComparer As BaseComparer _
)
public TargetDepthComparer(
	int depth,
	BaseComparer innerComparer
);
public: TargetDepthComparer(
	int depth,
	BaseComparer innerComparer
);
public function TargetDepthComparer(
	depth : int,
	innerComparer : BaseComparer
);

Parameters

depth
The highest priority depth. 
innerComparer
The BaseComparer used to break ties. 

Requirements

Namespace: Eas.WebCrawler.PlugIns.RequestComparers
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

TargetDepthComparer Class | TargetDepthComparer Members | Eas.WebCrawler.PlugIns.RequestComparers Namespace