예제 #1
0
 protected override void GroupFinishedMessageHandler(GroupFinishedMessage message)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 /// <summary>
 /// When telling a group of messages this is where you handle replies whne more than one or messages has timed out
 /// </summary>
 /// <param name="message"></param>
 protected abstract void GroupFinishedMessageHandler(GroupFinishedMessage message);