Fired when NetShow Theater Server exceeds the maximum configured bandwidth.
Syntax
MediaServer_OnMaxBandwidth( DateTime, Rate, virtualPath )
Parameters
DateTime
A Date value specifying the Greenwich mean time when the event occurred.
Rate
A Double value specifying the current maximum aggregate bandwidth, in bits per second.
VirtualPath
Reserved for future use.
Remarks
This event is called when the sum of all client bandwidth use exceeds the amount specified by the MaxBandwidth property. To receive notification of this event, first set the AlertEvents property to True.
See Also
MaxBandwidth, MaxPhysicalBandwidth
[Previous][Next]