Share via


IMsRdpClientAdvancedSettings::put_SingleConnectionTimeout (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that specifies the maximum time, in seconds, that the ActiveX client control waits for a connection to an IP address.

Syntax

HRESULT put_singleConnectionTimeout( 
    LONG singleConnectionTimeout
);

Parameters

  • singleConnectionTimeout
    [in] Specifies the new time to wait, in seconds.

    The default value is 30 seconds.

Return Value

Returns S_OK if successful.

Remarks

During connection, the ActiveX client control may attempt to connect to multiple IP addresses.

Requirements

Header mstsax.h, mstsax.idl
Library Mstsax.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMsRdpClientAdvancedSettings Methods for Connections, Timeouts, Intervals, and Events
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings::get_SingleConnectionTimeout
IMsRdpClientAdvancedSettings::put_OverallConnectionTimeout