예제 #1
0
 Task IOutputChannel.SendAsync(Message message)
 {
     return(_serviceChannel.SendAsync(message));
 }