Adds a range of requests.

Declaration Syntax

Sub AddRange( _
	ByVal requests As IEnumerable`1 _
)
void AddRange(
	IEnumerable`1<string> requests
);
void AddRange(
	IEnumerable`1 requests
);
function AddRange(
	requests : IEnumerable`1
);

Parameters

requests
The requests 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