BufferedWebEventProvider.BufferMode Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the buffering mode used by the provider.
public:
property System::String ^ BufferMode { System::String ^ get(); };
public string BufferMode { get; }
member this.BufferMode : string
Public ReadOnly Property BufferMode As String
The name of the buffering mode.
The following code example shows how to use the BufferMode property.
public string SampleBufferMode
{
get { return BufferMode; }
}
Public ReadOnly Property SampleBufferMode() As String
Get
Return BufferMode
End Get
End Property
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>
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 |
Tuotteen .NET palaute
.NET on avoin lähdekoodi projekti. Anna palautetta valitsemalla linkki: