Skip to content

Latest commit

 

History

History
146 lines (104 loc) · 5.79 KB

imsrdpclientadvancedsettings-overallconnectiontimeout.md

File metadata and controls

146 lines (104 loc) · 5.79 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientAdvancedSettings overallConnectionTimeout property
Specifies the total length of time, in seconds, that the client control waits for a connection to complete.
02fb24e1-b5e4-4d8e-a1c2-a9bd62a69bed
multiple
overallConnectionTimeout property Remote Desktop Services
overallConnectionTimeout property Remote Desktop Services , IMsRdpClientAdvancedSettings interface
IMsRdpClientAdvancedSettings interface Remote Desktop Services , overallConnectionTimeout property
overallConnectionTimeout property Remote Desktop Services , IMsRdpClientAdvancedSettings2 interface
IMsRdpClientAdvancedSettings2 interface Remote Desktop Services , overallConnectionTimeout property
overallConnectionTimeout property Remote Desktop Services , IMsRdpClientAdvancedSettings3 interface
IMsRdpClientAdvancedSettings3 interface Remote Desktop Services , overallConnectionTimeout property
overallConnectionTimeout property Remote Desktop Services , IMsRdpClientAdvancedSettings4 interface
IMsRdpClientAdvancedSettings4 interface Remote Desktop Services , overallConnectionTimeout property
overallConnectionTimeout property Remote Desktop Services , IMsRdpClientAdvancedSettings5 interface
IMsRdpClientAdvancedSettings5 interface Remote Desktop Services , overallConnectionTimeout property
overallConnectionTimeout property Remote Desktop Services , IMsRdpClientAdvancedSettings6 interface
IMsRdpClientAdvancedSettings6 interface Remote Desktop Services , overallConnectionTimeout property
overallConnectionTimeout property Remote Desktop Services , IMsRdpClientAdvancedSettings7 interface
IMsRdpClientAdvancedSettings7 interface Remote Desktop Services , overallConnectionTimeout property
overallConnectionTimeout property Remote Desktop Services , IMsRdpClientAdvancedSettings8 interface
IMsRdpClientAdvancedSettings8 interface Remote Desktop Services , overallConnectionTimeout property
apiref
IMsRdpClientAdvancedSettings.overallConnectionTimeout
IMsRdpClientAdvancedSettings.get_overallConnectionTimeout
IMsRdpClientAdvancedSettings.put_overallConnectionTimeout
IMsRdpClientAdvancedSettings2.overallConnectionTimeout
IMsRdpClientAdvancedSettings2.get_overallConnectionTimeout
IMsRdpClientAdvancedSettings2.put_overallConnectionTimeout
IMsRdpClientAdvancedSettings3.overallConnectionTimeout
IMsRdpClientAdvancedSettings3.get_overallConnectionTimeout
IMsRdpClientAdvancedSettings3.put_overallConnectionTimeout
IMsRdpClientAdvancedSettings4.overallConnectionTimeout
IMsRdpClientAdvancedSettings4.get_overallConnectionTimeout
IMsRdpClientAdvancedSettings4.put_overallConnectionTimeout
IMsRdpClientAdvancedSettings5.overallConnectionTimeout
IMsRdpClientAdvancedSettings5.get_overallConnectionTimeout
IMsRdpClientAdvancedSettings5.put_overallConnectionTimeout
IMsRdpClientAdvancedSettings6.overallConnectionTimeout
IMsRdpClientAdvancedSettings6.get_overallConnectionTimeout
IMsRdpClientAdvancedSettings6.put_overallConnectionTimeout
IMsRdpClientAdvancedSettings7.overallConnectionTimeout
IMsRdpClientAdvancedSettings7.get_overallConnectionTimeout
IMsRdpClientAdvancedSettings7.put_overallConnectionTimeout
IMsRdpClientAdvancedSettings8.overallConnectionTimeout
IMsRdpClientAdvancedSettings8.get_overallConnectionTimeout
IMsRdpClientAdvancedSettings8.put_overallConnectionTimeout
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpClientAdvancedSettings::overallConnectionTimeout property

Specifies the total length of time, in seconds, that the client control waits for a connection to complete.

If the specified time elapses before connection completes, the control disconnects and calls the IMsTscAxEvents::OnDisconnected method.

This property is read/write.

Syntax

HRESULT put_overallConnectionTimeout(
  [in]  LONG overallConnectionTimeout
);

HRESULT get_overallConnectionTimeout(
  [out] LONG *poverallConnectionTimeout
);

Property value

The new time, in seconds. The maximum value is 600, which represents 10 minutes.

Error codes

Returns S_OK if successful.

Remarks

For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings is defined as 3c65b4ab-12b3-465b-acd4-b8dad3bff9e2

See also

IMsRdpClientAdvancedSettings2

IMsRdpClientAdvancedSettings3

IMsRdpClientAdvancedSettings4

IMsRdpClientAdvancedSettings5

IMsRdpClientAdvancedSettings6

IMsRdpClientAdvancedSettings7

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings

singleConnectionTimeout