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

Wait up to the specified number of milliseconds for notification.

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

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