nicko       2005/06/14 06:02:41

  Modified:    src/Appender AdoNetAppender.cs
  Log:
  Tweak to doc comments for AdoNetAppender.ReconnectOnError
  
  Revision  Changes    Path
  1.14      +2 -4      logging-log4net/src/Appender/AdoNetAppender.cs
  
  Index: AdoNetAppender.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/Appender/AdoNetAppender.cs,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- AdoNetAppender.cs 3 May 2005 10:48:13 -0000       1.13
  +++ AdoNetAppender.cs 14 Jun 2005 13:02:41 -0000      1.14
  @@ -323,10 +323,8 @@
                /// <note>

                /// When the appender attempts to connect to the database there 
may be a

                /// delay of up to the connection timeout specified in the 
connection string.

  -             /// If the appender is being used synchronously (the default 
behaviour for

  -             /// this appender) then this delay will impact the calling 
application on

  -             /// the current thread. Until the connection can be 
reestablished this

  -             /// potential delay may occur multiple times.

  +             /// This delay will block the calling application's thread. 

  +             /// Until the connection can be reestablished this potential 
delay may occur multiple times.

                /// </note>

                /// </remarks>

                public bool ReconnectOnError

  
  
  

Reply via email to