Exemple #1
0
 /// <summary>
 /// Stop the oplog tailer.
 /// </summary>
 public void Stop()
 {
     m_tailer.Stop();
     m_tailer.Dispose();
 }