Destroy the channel, raises disconnected
events on all connected channel clients.
Example
(async ()=> {
const provider = await fin.InterApplicationBus.Channel.create('channelName');
await provider.destroy();
})();
Destroy the channel, raises disconnected
events on all connected channel clients.
(async ()=> {
const provider = await fin.InterApplicationBus.Channel.create('channelName');
await provider.destroy();
})();