Adds a Request to the store.

Declaration Syntax

Function AddRequest( _
	ByVal uri As String, _
	ByVal parent As Request _
) As Boolean
bool AddRequest(
	string uri, 
	Request parent
);
bool AddRequest(
	String uri, 
	Request parent
);
function AddRequest(
	uri : String, 
	parent : Request
) : Boolean;

Parameters

uri
The uri of the request to add. 
parent
The parent of the current request (the page on which the link is found) or
null
if this request has not parent. 

Return Value

true
if the request was added, otherwise false.

Requirements

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

See Also

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