UtilTweakingHungAppTimeout Property
Gets or sets the number of milliseconds that a thread can go without dispatching a message before the system considers it unresponsive.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int HungAppTimeout { get; set; }
Public Shared Property HungAppTimeout As Integer
Get
Set
Dim value As Integer
value = UtilTweaking.HungAppTimeout
UtilTweaking.HungAppTimeout = value
public:
static property int HungAppTimeout {
int get ();
void set (int value);
}
static member HungAppTimeout : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The number of milliseconds that a thread can go without dispatching a message before the system considers it unresponsive.
Win32Exception
|
|
ArgumentException
|
Value should be between 0 and 2147483647;value
|