Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ link()

void link ( Topic * linkTo,
int cost ) throws LinkExists

Creates a link to another topic.

All events originating on this topic will also be sent to the other topic.

Parameters
linkToThe topic to link to. This proxy cannot be null.
costThe cost of the link.
Exceptions
LinkExistsThrown when a link to linkTo already exists.