Share via


WMS_EVENT_LIMIT_HIT

banner art

Previous Next

WMS_EVENT_LIMIT_HIT

A limit specified by the IWMSServerLimits interface or IWMSPublishingPointLimits interface has been hit. You can determine the exact nature of the event by examining the WMS_COMMAND_CONTEXT_EVENT value in the command context. This will contain a value from the WMS_LIMIT_HIT_EVENT_TYPE enumeration type, as shown in the following table.

Value Description
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_ACKNOWLEDGEMENT_TIMEOUT The PlayerAcknowledgementTimeout 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 limit 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.

See Also (General)

See Also (Visual Basic .NET)

See Also (C#)

See Also (C++)

Previous Next