Declaration Syntax
Public Overridable Function EndReadStream( _
ByVal processingState As ProcessingState, _
ByVal result As IAsyncResult _
) As Integer
public virtual int EndReadStream(
ProcessingState processingState,
IAsyncResult result
);
public: virtual int EndReadStream(
ProcessingState processingState,
IAsyncResult result
);
public 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)