blob: f924486e4e2aac4168ead97d6b2a06c88572a7e8 [file] [log] [blame]
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>BufferingAppenderSkeleton Constructor (Boolean)</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">BufferingAppenderSkeleton�Constructor�(Boolean)</h1>
</div>
</div>
<div id="nstext">
<p> Initializes a new instance of the <a href="log4net.Appender.BufferingAppenderSkeleton.html">BufferingAppenderSkeleton</a> class. </p>
<div class="syntax">
<span class="lang">[Visual�Basic]</span>
<br />Overloads�Protected�Sub�New( _<br />���ByVal <i>eventMustBeFixed</i>�As�<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemBooleanClassTopic.htm">Boolean</a>�_<br />)</div>
<div class="syntax">
<span class="lang">[C#]</span>
<br />protected�BufferingAppenderSkeleton(<br />���<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemBooleanClassTopic.htm">bool</a><i>eventMustBeFixed</i><br />);</div>
<h4 class="dtH4">Parameters</h4>
<dl>
<dt>
<i>eventMustBeFixed</i>
</dt>
<dd>the events passed through this appender must be fixed by the time that they arrive in the derived class' <code>SendBuffer</code> method.</dd>
</dl>
<h4 class="dtH4">Remarks</h4>
<p> Protected constructor to allow subclassing. </p>
<p> The <i>eventMustBeFixed</i> should be set if the subclass expects the events delivered to be fixed even if the <a href="log4net.Appender.BufferingAppenderSkeleton.BufferSize.html">BufferSize</a> is set to zero, i.e. when no buffering occurs. </p>
<h4 class="dtH4">See Also</h4><p><a href="log4net.Appender.BufferingAppenderSkeleton.html">BufferingAppenderSkeleton Class</a> | <a href="log4net.Appender.html">log4net.Appender Namespace</a> | <a href="log4net.Appender.BufferingAppenderSkeletonConstructor.html">BufferingAppenderSkeleton Constructor Overload List</a></p><hr /><div id="footer"><a href='http://logging.apache.org/log4net/'>Copyright 2004-2013 The Apache Software Foundation.</a><br></br>Apache log4net, Apache and log4net are trademarks of The Apache Software Foundation.</div></div>
</body>
</html>