IMsRdpClientAdvancedSettings::put_ShutdownTimeout (Windows Embedded CE 6.0)
1/6/2010
This method sets a value that specifies the length of time, in seconds, to wait for the server to respond to a disconnect request. If the server does not reply within the specified time, the ActiveX client control disconnects.
Syntax
HRESULT put_shutdownTimeout(
LONG shutdownTimeout
);
Parameters
shutdownTimeout
[in] Specifies the new time to wait, in seconds.The default value is 10 seconds.
Return Value
Returns S_OK if successful.
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_ShutdownTimeout