OnMaxBandwidth Event

The MediaServer_OnMaxBandwidth event is fired when a NetShow Theater server exceeds the maximum configured bandwidth.

Syntax

MediaServer_OnMaxBandwidth( datetime, rate, virtualPath )

Parameters

datetime

A Date value specifying the GMT 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, the AlertEvents property must first be set to TRUE.

See Also

MaxBandwidth, MaxPhysicalBandwidth

© 1996-1998 Microsoft Corporation. All rights reserved.