WDSTRANSPORT_NAMESPACE_TYPE enumeration (wdstptmgmt.h)

Determines the type of multicast sessions used for transmitting objects covered by this namespace.

Syntax

typedef enum __MIDL___MIDL_itf_wdstptmgmt_0000_0000_0003 {
  WdsTptNamespaceTypeUnknown = 0,
  WdsTptNamespaceTypeAutoCast = 1,
  WdsTptNamespaceTypeScheduledCastManualStart = 2,
  WdsTptNamespaceTypeScheduledCastAutoStart = 3
} WDSTRANSPORT_NAMESPACE_TYPE, *PWDSTRANSPORT_NAMESPACE_TYPE;

Constants

 
WdsTptNamespaceTypeUnknown
Value: 0
Default value that indicates that the namespace type is not yet known. This could also be the case if a new namespace type was introduced in later server versions and this version of WdsTptMgmt has not been updated to fully recognize and classify it.
WdsTptNamespaceTypeAutoCast
Value: 1
Indicates that multicast sessions are to be created automatically by the server based on incoming requests from clients. The server independently decides when to start or end these sessions to optimize performance and reduce network congestion.
WdsTptNamespaceTypeScheduledCastManualStart
Value: 2
Indicates that multicast sessions for this namespace are to be scheduled such that they start only when the administrator manually launches them.
WdsTptNamespaceTypeScheduledCastAutoStart
Value: 3
Indicates that multicast sessions for this namespace are to be automatically started by the system based on criteria the administrator sets, such as a scheduled start time or minimum number of clients.

Requirements

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