IWdsTransportMulticastSessionPolicy::put_AutoDisconnectThreshold method (wdstptmgmt.h)

Sets or retrieves the threshold transmission rate, in kilobytes per second, used by the server. If the server has been configured to handle slow clients using the auto-disconnect method, the server disconnects clients that slow the transmission rate below this threshold value.

This property can be used to get or set the value of the threshold transmission rate regardless of which method the server is using to handle slow clients.

This property is read/write.

Syntax

HRESULT put_AutoDisconnectThreshold(
  ULONG ulThreshold
);

Parameters

ulThreshold

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header wdstptmgmt.h
DLL Wdstptmgmt.dll

See also

IWdsTransportMulticastSessionPolicy