WMS_UNICAST_ROLLOVER_URL_OPTIONS
Previous | Next |
WMS_UNICAST_ROLLOVER_URL_OPTIONS
The WMS_UNICAST_ROLLOVER_URL_OPTIONS enumeration type identifies the available options for a unicast rollover URL.
Syntax
typedef enum WMS_UNICAST_ROLLOVER_URL_OPTIONS{ WMS_UNICAST_ROLLOVER_URL_OPTIONS_NONE = 0x00, WMS_UNICAST_ROLLOVER_URL_OPTIONS_DEFAULT = 0x01, WMS_UNICAST_ROLLOVER_URL_OPTIONS_CUSTOM = 0x02 };
Members
WMS_UNICAST_ROLLOVER_URL_OPTIONS_NONE
No rollover is specified.
WMS_UNICAST_ROLLOVER_URL_OPTIONS_DEFAULT
The rollover URL points to the publishing point for which the multicast plug-in is enabled.
WMS_UNICAST_ROLLOVER_URL_OPTIONS_CUSTOM
The URL is contained in the UnicastRolloverURL property on the IWMSAdminMulticastSink interface, which you can call to specify a custom URL.
Remarks
This enumeration is used with the WMS Multicast Data Writer plug-in.
Requirements
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003 family, Windows Server 2008 family.
See Also
- Enumeration Types
- IWMSAdminMulticastSink.UnicastRolloverURL (C#)
- IWMSAdminMulticastSink.UnicastRolloverURL (Visual Basic .NET)
- IWMSAdminMulticastSink::put_UnicastRolloverURL
Previous | Next |