Universal Messaging 10.1 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C++ | Code Examples for C++ | Channel / Queue / Realm Management | C++ Client: Delete a Channel Join
 
C++ Client: Delete a Channel Join
Delete a join between two Universal Messaging Channels
Usage
deletechanneljoin <rname> <source channel name> <destination channel name>


<Required Arguments>

<rname> - the custom URL to access the realm. Example: nhp://localhost:9000

<source channel name> - Channel name parameter of the local channel name to join

<destination channel name> - Channel name parameter of the remote channel name to join
Application Source Code
Click here for a code example