Пример #1
0
 /// <summary>
 /// Retrieves information about current state of the channel. This method is thread-safe.
 /// </summary>
 /// <returns>
 /// ChannelState with current number of active messages in the queue
 /// </returns>
 public ChannelState GetChannelState()
 {
     return(new ChannelState(_internal.GetChannelState()));
 }