Contents Index Topic Contents | ||
Previous Topic: enumChannelState Enumeration Next Topic: enumConnectionType Enumeration |
enumConnectionState Enumeration
OnConnectionState event and ConnectionState property values.
Value Description csDisconnected Value = 0. Used to indicate that the connection state of the channel is currently disconnected. csConnecting Value = 1. Used to indicate that the connection state of the channel is currently in the process of connecting. csConnected Value = 2. Used to indicate that the connection state of the channel is currently connected. csLogging Value = 3. Used to indicate that the connection state of the channel is currently in the process of logging. csLogged Value = 4. Used to indicate that the connection state of the channel is currently logged. csDisconnecting Value = 5. Used to indicate that the connection state of the channel is currently in the process of disconnecting.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.