OnAdminBandwidthLimit Event

The MediaServer_OnAdminBandWidthLimit event is fired when the aggregate bandwidth (MaxBandwidth) has been modified.

Syntax

MediaServer_OnAdminBandWidthLimit( datetime, status, ipaddress, maxBandWidth, virtualPath )

Parameters

datetime

A Date value indicating the Greenwich Mean time (GMT) when the event occurred.

status

A Long value specifying the result passed back to the method that triggered this event.

ipaddress

A String value specifying the administrator's IP address.

maxBandWidth

A Long value specifying the new bit-rate limit in bits per second.

VirtualPath

A String value specifying the alias of the virtual root that caused the limit to be exceeded. A NULL value indicates a system-wide limit has been exceeded.

See Also

MaxBandwidth, MaxPhysicalBandwidth, MaxTitleBitRate, MinTitleBitRate

© 1996-1998 Microsoft Corporation. All rights reserved.