OnAdminBandwidthLimit

Description

Indicates the aggregate bandwidth limit was changed.

Syntax
Private Sub object_OnAdminBandwidthLimit datetime ipaddress port dwMaxBandWidth

ParameterDescription
datetime A Date value indicating the time the event occurred expressed in Greenwich mean time (GMT).
ipaddress A String value specifying the administrator's IP address.
port An Integer specifying the TCP port used by the client.
dwMaxBandWidth A Long value specifying the new bit rate limit.

Remarks

This event is called whenever an administrative client sets the MaxBandwidth property.

See Also

MaxBandwidth, OnMaxBandwidth

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.