示例#1
0
 /// <summary>
 /// Required by ILogBus
 /// </summary>
 public void RemoveInboundChannel(IInboundChannel channel)
 {
     _target.RemoveInboundChannel(channel);
 }