Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Ends an asynchronous write operation.

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

Syntax

C#
public override void EndWrite(
	IAsyncResult asyncResult
)

Parameters

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

See Also