Forces an add of this request into the queue, regardless of if it is a duplicate or not.

Declaration Syntax

Sub AddPriorityRequest( _
	ByVal request As Request _
)
void AddPriorityRequest(
	Request request
);
void AddPriorityRequest(
	Request request
);
function AddPriorityRequest(
	request : Request
);

Parameters

request
The request to add. 

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

RequestStore Interface | RequestStore Members | Eas.WebCrawler.Interfaces Namespace