Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Ends an asynchronous write operation.

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

Syntax

C#
public override void EndWrite(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: System..::.IAsyncResult
A reference to the outstanding asynchronous I/O request.

See Also