closeChannel (method)

Closes a channel.

Syntax

- (void)closeChannel:(NSString*)channelName;
public func closeChannel(_ channelName: String) throws -> Void

Remarks

This method closes the channel named ChannelName and removes it from the Channel* properties.

If no channel with the given ChannelName exists, an exception will be thrown.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 iOS Edition - Version 20.0 [Build 8155]