コード例 #1
0
 //Channels
 #region RegisterChannel(Channel logger)
 /// <summary>
 /// This method can be used to manually register an Collector?.
 /// </summary>
 public virtual Channel RegisterChannel(Channel channel)
 {
     ValidateServiceNotStarted();
     mCommunication.Add(channel);
     return(channel);
 }