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_HIT_EVENT_TYPE
The WMS_LIMIT_HIT_EVENT_TYPE enumeration type identifies a publishing point or server limit that has been reached.
Syntax
typedef enum WMS_LIMIT_HIT_EVENT_TYPE{
WMS_EVENT_LIMIT_HIT_CONNECTED_PLAYERS = 0,
WMS_EVENT_LIMIT_HIT_PLAYER_BANDWIDTH = 1,
WMS_EVENT_LIMIT_HIT_PLAYER_CONNECTION_BANDWIDTH = 2,
WMS_EVENT_LIMIT_HIT_DISTRIBUTION_CONNECTIONS = 3,
WMS_EVENT_LIMIT_HIT_PLAYER_INACTIVITY_TIMEOUT = 4,
WMS_EVENT_LIMIT_HIT_PLAYER_ACKNOWLEDGMENT_TIMEOUT = 5,
WMS_EVENT_LIMIT_HIT_CONNECTION_RATE = 6,
WMS_EVENT_LIMIT_HIT_CPU_UTILIZATION_DURING_CONNECTION = 7,
WMS_EVENT_LIMIT_HIT_DISTRIBUTION_BANDWIDTH = 8,
WMS_EVENT_LIMIT_HIT_DISTRIBUTION_CONNECTION_BANDWIDTH = 9,
WMS_EVENT_LIMIT_HIT_INCOMING_BANDWIDTH = 10,
WMS_NUM_LIMIT_HIT EVENTS = 11
};
Members
WMS_EVENT_LIMIT_HIT_CONNECTED_PLAYERS
The ConnectedPlayers property limit has been hit for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_HIT_PLAYER_BANDWIDTH
The PlayerBandwidth property limit has been hit for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_HIT_PLAYER_CONNECTION_BANDWIDTH
The PlayerConnectionBandwidth property limit has been hit for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_HIT_DISTRIBUTION_CONNECTIONS
The OutgoingDistributionConnections property limit has been hit for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_HIT_PLAYER_INACTIVITY_TIMEOUT
The PlayerInactivityTimeout property limit has been hit for the IWMSServerLimits interface.
WMS_EVENT_LIMIT_HIT_PLAYER_ACKNOWLEDGMENT_TIMEOUT
The PlayerTimeout property limit has been hit for the IWMSServerLimits interface.
WMS_EVENT_LIMIT_HIT_CONNECTION_RATE
The ConnectionRate property limit has been hit for the IWMSServerLimits interface.
WMS_EVENT_LIMIT_HIT_CPU_UTILIZATION_DURING_CONNECTION
The CPUUtilizationDuringConnection property limit has been hit for the IWMSServerLimits interface.
WMS_EVENT_LIMIT_HIT_DISTRIBUTION_BANDWIDTH
The OutgoingDistributionBandwidth property limit has been hit for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_HIT_DISTRIBUTION_CONNECTION_BANDWIDTH
The OutgoingDistributionConnectionBandwidth property has been hit for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_HIT_INCOMING_BANDWIDTH
The IncomingBandwidth property limit has been hit for the IWMSServerLimits interface.
WMS_NUM_LIMIT_HIT_EVENTS
The number of enumeration values contained in the WMS_LIMIT_HIT_EVENT_TYPE enumeration type, not including the WMS_NUM_LIMIT_HIT_EVENTS value.
Remarks
This enumeration identifies subevents related to the WMS_EVENT_LIMIT_HIT 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 |