Contents Index Topic Contents | ||
Previous Topic: enumChannelMode Enumeration Next Topic: enumConnectionState Enumeration |
enumChannelState Enumeration
OnChannelState event and ChannelState property values.
Value Description chsClosed Value = 0. The state of a channel when created. It becomes chsClosed again when the user leaves the channel or is kicked from the channel, or when a server disconnection occurs. chsOpening Value = 1. When calling its JoinChannel or CreateChannel method, the state becomes asynchronously chsOpening and chsOpen. chsOpen Value = 2. When calling its JoinChannel or CreateChannel method, the state becomes asynchronously chsOpening and chsOpen.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.