Microsoft Chat Server SDK Reference

Close Method

This method allows an extension to initiate the removal of the current channel from the server.

Syntax

ChatChannel.Close(Reason)

Parameters

Reason
Textual description of why the channel is being removed, sent to all active users of the channel.

Remarks

Closing a channel will automatically remove any callback registrations for the channel.


© 1998 Microsoft Corporation. All rights reserved.