Declaration Syntax
Function EndGetResponse( _
ByVal processingState As ProcessingState, _
ByVal result As IAsyncResult _
) As WebResponseInterface
WebResponseInterface EndGetResponse(
ProcessingState processingState,
IAsyncResult result
);
WebResponseInterface EndGetResponse(
ProcessingState processingState,
IAsyncResult result
);
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)