Win32_RoamingProfileSlowLinkParams class
Represents the slow-link parameters for roaming profiles.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
class Win32_RoamingProfileSlowLinkParams
{
uint16 TimeOut;
uint32 ConnectionTransferRate;
};
Members
The Win32_RoamingProfileSlowLinkParams class has these types of members:
Properties
The Win32_RoamingProfileSlowLinkParams class has these properties.
-
ConnectionTransferRate
-
-
Data type: uint32
-
Access type: Read/write
The connection speed, in kilobytes per second (kbps). This threshold is used to determine if the connection is a slow link. If the server's transfer rate in kbps is less than this threshold, the connection is considered to be slow.
This property applies to IP networks.
-
-
TimeOut
-
-
Data type: uint16
-
Access type: Read/write
-
Qualifiers: Max (20000)
The slow-network connection timeout, in milliseconds. This threshold is used to determine if the connection is a slow link. If the delay in milliseconds is greater than this threshold, the connection is considered to be slow.
This property applies to non-IP networks.
-
Requirements
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Namespace |
Root\CIMv2 |
MOF |
|