The MediaServer_OnAdminClientLimit event is fired when the maximum number of allowable clients is changed.
Syntax
MediaServer_OnAdminClientLimit( datetime, status, IpAddress, count, virtualPath )
Parameters
datetime
A Date value indicating the GMT time 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.
count
A Long value specifying the new client limit.
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.
© 1996-1998 Microsoft Corporation. All rights reserved.