- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page