Version: 2023.2
언어: 한국어

ChannelClientScopeConstructor

매뉴얼로 전환
public ChannelClientScope (bool autoTick, string channelName, Action<string> handler, bool closeClientOnExit);
public ChannelClientScope (bool autoTick, string channelName, Action<byte[]> handler, bool closeClientOnExit);

파라미터

autoTick If true, starts the channel client in auto tick mode.
channelName Name of the channel to open.
handler Handler to process message on the channel.
closeClientOnExit If true, closes the client on exit.

설명

Create a new Channel Client scope.