Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Wait up to the specified number of milliseconds for notification.

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

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