Constructs this event arg out of a bool and an instance of a TemporaryStorage

Declaration Syntax

Public Sub New( _
	ByVal state As ProcessingState, _
	ByVal storage As TemporaryStorage _
)
public UrlCompletedEventArgs(
	ProcessingState state,
	TemporaryStorage storage
);
public: UrlCompletedEventArgs(
	ProcessingState state,
	TemporaryStorage storage
);
public function UrlCompletedEventArgs(
	state : ProcessingState,
	storage : TemporaryStorage
);

Parameters

state
The state created by processing the current request. 
storage
The storage from which the body of the url can be extracted. 

Requirements

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

See Also

UrlCompletedEventArgs Class | UrlCompletedEventArgs Members | Eas.WebCrawler.Interfaces Namespace