IWdsTransportNamespaceScheduledCastAutoStart interface (wdstptmgmt.h)

An administrator can specify criteria that starts transmission on an object of an IWdsTransportNamespaceScheduledCastAutoStart interface automatically. Applications can continue to join sessions of the namespace object until these criteria are reached. This type of namespace is represented by the WdsTptNamespaceTypeScheduledCastAutoStart value of the WDSTRANSPORT_NAMESPACE_TYPE enumeration.

Inheritance

The IWdsTransportNamespaceScheduledCastAutoStart interface inherits from the IWdsTransportNamespaceScheduledCast interface.

Methods

The IWdsTransportNamespaceScheduledCastAutoStart interface has these methods.

 
IWdsTransportNamespaceScheduledCastAutoStart::get_MinimumClients

Retrieves or sets a condition that starts transmission automatically. Transmission starts if the number of applications that have joined sessions reaches the value of this property. (Get)
IWdsTransportNamespaceScheduledCastAutoStart::get_StartTime

Retrieves or sets a condition that starts transmission automatically. Transmission starts when the UTC time reaches the value of this property. (Get)
IWdsTransportNamespaceScheduledCastAutoStart::put_MinimumClients

Retrieves or sets a condition that starts transmission automatically. Transmission starts if the number of applications that have joined sessions reaches the value of this property. (Put)
IWdsTransportNamespaceScheduledCastAutoStart::put_StartTime

Retrieves or sets a condition that starts transmission automatically. Transmission starts when the UTC time reaches the value of this property. (Put)

Requirements

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

See also

IWdsTransportNamespaceScheduledCast