コード例 #1
0
            public void OnSuccess(Key key)
            {
                int rows = Interlocked.Increment(ref count);

                if (rows == max)
                {
                    monitor.NotifyCompleted();
                }
            }
コード例 #2
0
 public void NotifyCompleted()
 {
     monitor.NotifyCompleted();
 }