Microsoft Chat Server SDK Reference

CloseChannel Method

This method closes a channel.

Syntax

ChatService.CloseChannel(Channel, Reason)

Parameters

Channel
The name of the channel to close, as a string.
Reason
The reason for closing the channel.

Remarks

Closing a channel with this method disconnects all users from the channel.


© 1998 Microsoft Corporation. All rights reserved.