Exemple #1
0
 /// <summary>
 /// Closes the log reader, releasing any resources held.
 /// </summary>
 /// <remarks>
 /// <para>
 /// Note that the record position will be persisted when the reader is closed
 /// and restored the next time the log is opened for reading.
 /// </para>
 /// <para>
 /// Every log reader successfully opened should be closed by calling this method
 /// or <see cref="Dispose" />.  Note that it is not an error to close a
 /// log that has already been closed.
 /// </para>
 /// </remarks>
 public void Close()
 {
     appLog.Close();
 }