Beispiel #1
0
 /// <summary>
 /// Get the Number of messages for the topic for a given type
 /// </summary>
 /// <param name="type">The end point message</param>
 /// <returns></returns>
 public long MessageCountForType(Type type)
 {
     return(receiver.MessageCountForType(type));
 }