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