RemoteDesktopConnectionInfo.SetConnectionStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the connection status for the remote desktop connection associated with the RemoteDesktopConnectionInfo.
public:
virtual void SetConnectionStatus(RemoteDesktopConnectionStatus value) = SetConnectionStatus;
void SetConnectionStatus(RemoteDesktopConnectionStatus const& value);
public void SetConnectionStatus(RemoteDesktopConnectionStatus value);
function setConnectionStatus(value)
Public Sub SetConnectionStatus (value As RemoteDesktopConnectionStatus)
Parameters
A member of the RemoteDesktopConnectionStatus enumeration specifying the connection status of a remote desktop connection.
Remarks
The OS uses the status value set by the remote desktop provider to notify the user about the current status of the remote desktop connection associated with the RemoteDesktopConnectionInfo.