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

Wait up to the specified number of milliseconds for notification.

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

Syntax

C#
protected virtual long DoWait(
	long millis
)

Parameters

millis
Type: System..::.Int64
Number of milliseconds to wait for.

Return Value

The remaining wait time in milliseconds.

Remarks

Caller must be synchronized.

See Also