Пример #1
0
 public void Unsubscribe(OnPingReplyReceived onPingReplyReceived)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 /// <summary>
 /// Subscribes to all relevant events on the ping monitor
 /// </summary>
 /// <param name="pingMonitor"></param>
 public void Subscribe(OnPingReplyReceived onPingReplyReceived)
 {
     PingReplyRecieved += new EventHandler <PingReplyReceivedEventArgs>(onPingReplyReceived);
 }