Declaration Syntax
Public Overridable Function EndGetResponse( _
ByVal processingState As ProcessingState, _
ByVal result As IAsyncResult _
) As WebResponseInterface
public virtual WebResponseInterface EndGetResponse(
ProcessingState processingState,
IAsyncResult result
);
public: virtual WebResponseInterface EndGetResponse(
ProcessingState processingState,
IAsyncResult result
);
public function EndGetResponse(
processingState : ProcessingState,
result : IAsyncResult
) : WebResponseInterface;
Parameters
- processingState
- A ProcessingState whose WebRequest property has been filled in.
- result
- A WebResponseInterface wrapping a System.Net.WebResponse object.
Return Value
Requirements
Namespace: Eas.WebCrawler.Model.GatewayAssembly: Eas.WebCrawler.Model.Gateway (eas.webcrawler.model.gateway.dll)