OnClientDisconnect Event

Description

This event is triggered when a client is disconnected.

Syntax
Private Sub object_OnClientDisconnect ClientAddress DeliveryMode ClientID

ParameterDescription
ClientAddress The IP address of the disconnected client.
DeliveryMode The delivery mode of the disconnected client.
ClientID The client ID of the disconnected client.

Remarks

Following is a list of delivery mode values supported by the control;
Value Description
0 Invalid
1 Session
2 Sessionless 3PH
4 Sessionless EC
8 Distribution
15 All

See Also

Channel.DeliveryMode

Return to Channel Manager Reference.

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