IWdsTransportMulticastSessionPolicy interface (wdstptmgmt.h)

This interface represents the multicast session policy portion of a WDS Transport server’s configuration. For example, a client can use this interface to configure the multicast session parameters that specify the method for handling a slow client and the threshold for automatic disconnection.

Inheritance

The IWdsTransportMulticastSessionPolicy interface inherits from the IWdsTransportCacheable interface.

Methods

The IWdsTransportMulticastSessionPolicy interface has these methods.

 
IWdsTransportMulticastSessionPolicy::get_AutoDisconnectThreshold

Sets or retrieves the threshold transmission rate, in kilobytes per second, used by the server. (Get)
IWdsTransportMulticastSessionPolicy::get_MultistreamStreamCount

Receives the maximum number of multicast streams per transmission used by the server. (Get)
IWdsTransportMulticastSessionPolicy::get_SlowClientFallback

Receives a value that indicates the fallback policy requested by the server when automatically disconnecting slow clients from a multicast transmission. (Get)
IWdsTransportMulticastSessionPolicy::get_SlowClientHandling

Sets or retrieves a WDSTRANSPORT_SLOW_CLIENT_HANDLING_TYPE value that indicates the method used by the server to handle clients that are slowing down a multicast transmission. (Get)
IWdsTransportMulticastSessionPolicy::put_AutoDisconnectThreshold

Sets or retrieves the threshold transmission rate, in kilobytes per second, used by the server. (Put)
IWdsTransportMulticastSessionPolicy::put_MultistreamStreamCount

Receives the maximum number of multicast streams per transmission used by the server. (Put)
IWdsTransportMulticastSessionPolicy::put_SlowClientFallback

Receives a value that indicates the fallback policy requested by the server when automatically disconnecting slow clients from a multicast transmission. (Put)
IWdsTransportMulticastSessionPolicy::put_SlowClientHandling

Sets or retrieves a WDSTRANSPORT_SLOW_CLIENT_HANDLING_TYPE value that indicates the method used by the server to handle clients that are slowing down a multicast transmission. (Put)

Requirements

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

See also

IWdsTransportCacheable