Click or drag to resize

ThreadTimeoutRemainingTimeoutMillis Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
The number of remaining milliseconds before this thread will time out, 0 if timed out, or MaxValue if disabled.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static int RemainingTimeoutMillis { get; }

Property Value

Type: Int32
Remarks
Note if the current thread is timed out then accessing this property will also interrupt the thread. This property can be used to externally add ThreadTimeout support for other blocking APIs not covered by the existing ThreadTimeout helpers.
See Also