이 콘텐츠는 선택한 언어로 제공되지 않습니다.
10.64. Method: subscribeSystem
Description
Subscribes a system to a list of channels. If a base channel is included, it is set before setting child channels. When setting child channels, the current child channel subscriptions are cleared. To fully unsubscribe the system from all channels, provide an empty list of channel labels.
Note
This method is deprecated. The
system.setBaseChannel(string sessionKey, int serverId, string channelLabel) and system.setChildChannels(string sessionKey, int serverId, array[string channelLabel]) methods now replace it.
Parameters
The following parameters are available for this method:
- string
sessionKey - int
serverId - array:
- string -
label- Channel label to subscribe the system
Returns
The following return values are available for this method:
- int -
1on success, exception thrown otherwise.