Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Waits for the pending asynchronous read to complete.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public override int EndRead(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: System..::..IAsyncResult
The reference to the pending asynchronous request to finish.

Field Value

The number of bytes read from the stream, between zero (0) and the number of bytes you requested. Streams return zero (0) only at the end of the stream, otherwise, they should block until at least one byte is available.

Return Value

The number of bytes read from the stream or 0 if end of the stream is reached.

See Also