I would like to know. How can I remove the link between the blocks? In other words. I want to get opposite of LinkTo.
I want to write a logger based on tlp dataflow.
I wrote this interface and want to delete a subscription for ILogListener when it needed.
public interface ILogManager
{
void RemoveListener(ILogListener listener);
}