Version: 2023.1
언어: 한국어
public void Close ();
public static void Close (string channelName);

파라미터

channelName The name of the channel to close.

설명

Closes the ChannelClient. This closes the WebSocket client but not the Channel in the ChannelService. Other ChannelClients can still connect on the same Channel.

For information about closing a channel permanently, see ChannelService.CloseChannel.