Declaration Syntax
Function EndReadStream( _
ByVal processingState As ProcessingState, _
ByVal result As IAsyncResult _
) As Integer
int EndReadStream(
ProcessingState processingState,
IAsyncResult result
);
int EndReadStream(
ProcessingState processingState,
IAsyncResult result
);
function EndReadStream(
processingState : ProcessingState,
result : IAsyncResult
) : int;
Parameters
- processingState
- A ProcessingState whose ResponseStream property has been filled in.
- result
- The System.IAsyncResult returned from the begin method.
Return Value
The number of bytes read.Requirements
Namespace: Eas.WebCrawler.Model.GatewayAssembly: Eas.WebCrawler.Model.Gateway (eas.webcrawler.model.gateway.dll)