Exemplo n.º 1
0
 /// <summary>
 /// Required by ILogBus
 /// </summary>
 public IOutboundChannel GetOutboundChannel(string channelId)
 {
     return(_target.GetOutboundChannel(channelId));
 }