Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

Connection Timeout using HLAPI

johnnysdev
Beginner
398 Views
Is it possible to set the connection timeout when using the HLAPI?
It seems that the timeout defaults to 60 seconds before an unable to connect exception is thrown.
0 Kudos
1 Reply
Judy_H_Intel
Employee
398 Views

Hi johnnysdev,
Thanks for your post. It looks like you can set the timeout interval using the following in C#:

public ushort TimeoutInterval { get; private set; }

There is also a Policy.Timeout function:

public uint Timeout { get; internal set; }

There is a note on this page to suggest that it doesn't work for AMT 4.0 and earlier.

You may want to check out the HLAPI documentation available at the bottom of the HLAPI page:
http://software.intel.com/en-us/articles/intel-amt-high-level-api-intel-manageability-library-to-manageability-webpage/

Cheers,
Judy

0 Kudos
Reply