| ThreadTimeout Constructor  | 
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
 
            Specify a new timeout.
            
 
    Namespace: 
   Tangosol.Util
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
 Syntax
Syntaxprotected ThreadTimeout(
	int millis,
	bool forceOverride
)
Parameters
- millis
- Type: SystemInt32
 The new timeout.
- forceOverride
- Type: SystemBoolean
 True if this timeout is allowed to extend a parent timeout.
 Remarks
Remarks
            This constructor variant allows the caller to override a parent timeout.  This is
            rarely needed, and is roughly the equivalent of silently consuming a thread interrupt
            without rethrowing the ThreadInterruptedException.
            
 See Also
See Also