HKLMConnectTimeOut (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the HKLMConnectTimeOut setting in Windows Embedded 8 Standard (Standard 8).

This setting contains an integer between 5000 and 86400000 that specifies how long to wait for an Internet connection request to complete, in milliseconds.

The default value is 60000 (one minute). After this timeout limit is reached, the request is cancelled.

To disable the timer, set to 0 (zero).

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

IE-ClientNetworkProtocolImplementation

Products/Embedded Core/IE-ClientNetworkProtocolImplementation/HKLMConnectTimeOut

XML Example

The following XML example shows how to set the timeout limit to two minutes.

<HKLMConnectRetries>1</HKLMConnectRetries>
<HKLMConnectTimeOut>120000</HKLMConnectTimeOut>

See Also

Concepts

Embedded Core Settings
Feature Module Settings