ZLibStream.EndRead(IAsyncResult) Method

Definition

Waits for the pending asynchronous read to complete.

C#
public override int EndRead(IAsyncResult asyncResult);

Parameters

asyncResult
IAsyncResult

The reference to the pending asynchronous request to finish.

Returns

The number of bytes that were read into the byte array.

Applies to

Product Versions
.NET 6, 7, 8, 9, 10