BufferedWebEventProvider.UseBuffering Property

 

Gets a value indicating whether the provider is in buffered mode.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

Public ReadOnly Property UseBuffering As Boolean

Property Value

Type: System.Boolean

true if the provider is in buffered mode; otherwise, false. The default is true.

The UseBuffering property contains the value defined by the buffer attribute in the providers element of the healthMonitoring section.

The following code example shows how to use the UseBuffering property.


Public ReadOnly Property SampleUseBuffering() As Boolean
   Get
      Return UseBuffering
   End Get
 End Property

.NET Framework
Available since 2.0
Return to top
Show: