Removes the next Request from the store.

Declaration Syntax

Function PopRequest() As Request
Request PopRequest();
Request PopRequest();
function PopRequest() : Request;

Return Value

The next Request from the store, or
null
if the store is empty.

Requirements

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

See Also

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