OnClientDisconnect

Description

Indicates a client disconnected.

Syntax
Private Sub object_OnClientDisconnect datetime clientid ipaddress port

ParameterDescription
datetime A Date value indicating the time the event occurred expressed in Greenwich mean time (GMT).
clientid A Long value specifying the client ID.
ipaddress A String containing the client's IP address.
port An Integer specifying the TCP port used by the client.

Remarks

This event is called whenever a client (using the NetShow Player or client control) disconnects.

See Also

OnClientConnect, OnClientPlay, OnClientStop, OnClientStride

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