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.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)