Share via


ReliableSessionElement.FlowControlEnabled Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob die erweiterte Flusssteuerung, eine Microsoft-spezifische Implementierung der Flusssteuerung für WS-Reliable Messaging, aktiviert ist.

public:
 property bool FlowControlEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("flowControlEnabled", DefaultValue=true)]
public bool FlowControlEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("flowControlEnabled", DefaultValue=true)>]
member this.FlowControlEnabled : bool with get, set
Public Property FlowControlEnabled As Boolean

Eigenschaftswert

true, wenn die erweiterte Flusssteuerung, eine Microsoft-spezifische Implementierung der Flusssteuerung für WS-Reliable Messaging, aktiviert ist; andernfalls false. Der Standardwert ist true.

Attribute

Gilt für: