BufferedWebEventProvider.BufferMode Property

Definition

Gets a value indicating the buffering mode used by the provider.

C#
public string BufferMode { get; }

Property Value

The name of the buffering mode.

Examples

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

C#
public string SampleBufferMode
{
    get { return BufferMode; }
}

Remarks

The BufferMode property contains the value defined by the bufferMode attribute in the providers element of the healthMonitoring section.

The following configuration-file excerpt shows how the name of the buffer mode should be defined in the healthMonitoring section.

<bufferModes>  
  <add name ="Custom Notification" />  
</bufferModes>  

Applies to

Tuote Versiot
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1