ZLibStream.EndRead(IAsyncResult) Metod

Definition

Väntar på att den väntande asynkrona läsningen ska slutföras.

public:
 override int EndRead(IAsyncResult ^ asyncResult);
public override int EndRead(IAsyncResult asyncResult);
override this.EndRead : IAsyncResult -> int
Public Overrides Function EndRead (asyncResult As IAsyncResult) As Integer

Parametrar

asyncResult
IAsyncResult

Referensen till den väntande asynkrona begäran som ska slutföras.

Returer

Antalet byte som lästes in i bytematrisen.

Gäller för