IWdsTransportConfigurationManager2 interface (wdstptmgmt.h)

This interface inherits from the IWdsTransportConfigurationManager interface and extends it with configuration settings, such as multicast session policy, that are available beginning with Windows Server 2008 R2.

A client application can obtain an interface pointer to an instance of the IWdsTransportConfigurationManager2 interface by first getting an interface pointer to the IWdsTransportConfigurationManager interface and then using the IUnknown::QueryInterface Method.

Inheritance

The IWdsTransportConfigurationManager2 interface inherits from the IWdsTransportConfigurationManager interface.

Methods

The IWdsTransportConfigurationManager2 interface has these methods.

 
IWdsTransportConfigurationManager2::get_MulticastSessionPolicy

Receives an interface pointer to the Configuration Manager’s Multicast Session Policy object. This object can be used to configure multicast session parameters that are available beginning with Windows Server 2008 R2.

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

IWdsTransportConfigurationManager