BrokenConnection method of the Win32_TSSessionSetting class

Sets the BrokenConnectionAction property, which is the action the server takes if the session time-limit is reached or if the connection is broken.

Syntax

uint32 BrokenConnection(
  [in] uint32 BrokenConnectionAction
);

Parameters

BrokenConnectionAction [in]

The action to take.

Disconnect (0)

The user is disconnected from the session.

Terminate (1)

The session is permanently deleted from the server.

Return value

Returns 0 on success, otherwise returns a WMI error code. Refer to Remote Desktop Services WMI Provider Error Codes for a list of these values. The method returns an error if the setting is under Group Policy control.

Remarks

Managed Object Format (MOF) files contain the definitions for Windows Management Instrumentation (WMI) classes. MOF files are not installed as part of the Microsoft Windows Software Development Kit (SDK). They are installed on the server when you add the associated role by using the Server Manager. For more information about MOF files, see Managed Object Format (MOF).

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMv2\TerminalServices
Header
Wtsprotocol.h
MOF
TSCfgWmi.mof
DLL
TSCfgWmi.dll

See also

Win32_TSSessionSetting