Udostępnij za pośrednictwem


BufferModeSettings.MaxBufferThreads Właściwość

Definicja

Pobiera lub ustawia maksymalną liczbę wątków opróżniania, które mogą być aktywne jednocześnie.

public:
 property int MaxBufferThreads { int get(); void set(int value); };
[System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteIntConverter))]
[System.Configuration.ConfigurationProperty("maxBufferThreads", DefaultValue=1)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxBufferThreads { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteIntConverter))>]
[<System.Configuration.ConfigurationProperty("maxBufferThreads", DefaultValue=1)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxBufferThreads : int with get, set
Public Property MaxBufferThreads As Integer

Wartość właściwości

Int32

Maksymalna liczba wątków opróżniania, które mogą być aktywne jednocześnie. Wartość domyślna to 1.

Atrybuty

Przykłady

W poniższym przykładzie kodu pokazano, jak używać MaxBufferSize właściwości. Ten przykład kodu jest częścią większego przykładu podanego HealthMonitoringSection dla klasy.

bufferModeSetting.MaxBufferThreads = 1;
bufferModeSetting.MaxBufferThreads = 1

Uwagi

Ta właściwość musi mieć wartość większą niż zero. Nieprawidłowe wartości mogą spowodować zgłoszenie wyjątku podczas zapisywania sekcji konfiguracji.

Dotyczy

Zobacz też