Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
WMS_LIMIT_CHANGE_EVENT_TYPE
The WMS_LIMIT_CHANGE_EVENT_TYPE enumeration type identifies a publishing point or server limit that has changed.
Syntax
typedef enum WMS_LIMIT_CHANGE_EVENT_TYPE{
WMS_EVENT_LIMIT_CHANGE_CONNECTED_PLAYERS = 0,
WMS_EVENT_LIMIT_CHANGE_PLAYER_BANDWIDTH = 1,
WMS_EVENT_LIMIT_CHANGE_PLAYER_CONNECTION_BANDWIDTH = 2,
WMS_EVENT_LIMIT_CHANGE_DISTRIBUTION_CONNECTIONS = 3,
WMS_EVENT_LIMIT_CHANGE_PLAYER_INACTIVITY_TIMEOUT = 4,
WMS_EVENT_LIMIT_CHANGE_PLAYER_ACKNOWLEDGMENT_TIMEOUT = 5,
WMS_EVENT_LIMIT_CHANGE_CONNECTION_RATE = 6,
WMS_EVENT_LIMIT_CHANGE_CPU_UTILIZATION_DURING_CONNECTION = 7,
WMS_EVENT_LIMIT_CHANGE_DISTRIBUTION_BANDWIDTH = 8,
WMS_EVENT_LIMIT_CHANGE_DISTRIBUTION_CONNECTION_BANDWIDTH = 9,
WMS_EVENT_LIMIT_CHANGE_DIAGNOSTIC_EVENTS = 10,
WMS_EVENT_LIMIT_CHANGE_PLAYER_CACHE_DELIVERY_RATE = 11,
WMS_EVENT_LIMIT_CHANGE_FEC_PACKET_SPAN = 12,
WMS_EVENT_LIMIT_CHANGE_INCOMING_BANDWIDTH = 13,
WMS_NUM_LIMIT_CHANGE_EVENTS = 14};
Members
WMS_EVENT_LIMIT_CHANGE_CONNECTED_PLAYERS
The ConnectedPlayers property has been changed for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_PLAYER_BANDWIDTH
The PlayerBandwidth property has been changed for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_PLAYER_CONNECTION_BANDWIDTH
The PlayerConnectionBandwidth property has been changed for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_DISTRIBUTION_CONNECTIONS
The OutgoingDistributionConnections property has been changed for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_PLAYER_INACTIVITY_TIMEOUT
The PlayerInactivityTimeout property has been changed for the IWMSServerLimits interface.
WMS_EVENT_LIMIT_CHANGE_PLAYER_ACKNOWLEDGMENT_TIMEOUT
The PlayerTimeout property has been changed for the IWMSServerLimits interface.
WMS_EVENT_LIMIT_CHANGE_CONNECTION_RATE
The ConnectionRate property has been changed for the IWMSServerLimits interface.
WMS_EVENT_LIMIT_CHANGE_CPU_UTILIZATION_DURING_CONNECTION
The CPUUtilizationDuringConnection property has been changed for the IWMSServerLimits interface.
WMS_EVENT_LIMIT_CHANGE_DISTRIBUTION_BANDWIDTH
The OutgoingDistributionBandwidth property has been changed for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_DISTRIBUTION_CONNECTION_BANDWIDTH
The OutgoingDistributionConnectionBandwidth property has been changed for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_DIAGNOSTIC_EVENTS
The DiagnosticEvents property has been changed for the IWMSServerLimits interface. There is no matching WMS_EVENT_LIMIT_HIT event for this event. The properties in the server context should not be changed.
WMS_EVENT_LIMIT_CHANGE_PLAYER_CACHE_DELIVERY_RATE
The PlayerCacheDeliveryRate property has been changed for the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_FEC_PACKET_SPAN
The FECPacketSpan property has been changed for the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_INCOMING_BANDWIDTH
The IncomingBandwidth property has been changed for the IWMSServerLimits interface.
WMS_NUM_LIMIT_CHANGE_EVENTS
The number of enumeration values contained in the WMS_LIMIT_CHANGE_EVENT_TYPE enumeration type.
Remarks
This enumeration identifies subevents related to the WMS_EVENT_LIMIT_CHANGE event in the WMS_EVENT_TYPE enumeration. You can find the subevent by examining the WMS_COMMAND_CONTEXT_EVENT value in the command context.
You can specify and retrieve limits using the appropriate properties in the IWMSServerLimits or IWMSPublishingPointLimits interfaces.
Requirements
Header: event.h.
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003 family, Windows Server 2008 family.
See Also (General)
See Also (Visual Basic .NET)
See Also (C#)
See Also (C++)
| Previous | Next |