Exemplo n.º 1
0
 /// <summary>
 /// Called by the client after all of the results arrived
 /// </summary>
 public void NotifyResultsIncomingCompleted()
 {
     notifyResultIncomingStarted = true;
     concreteClient.NotifyResultsIncomingCompleted();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Called by the client after all of the results arrived
 /// </summary>
 public virtual void NotifyResultsIncomingCompleted()
 {
     helper.NotifyResultsIncomingCompleted();
 }