OnAdminClientLimit

Description

Indicates the client limit was changed.

Syntax
Private Sub object_OnAdminClientLimit datetime ipaddress port count

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.
count A Long value specifying the new client limit.

Remarks

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

See Also

MaxClients

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