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