ReliableSessionElement.FlowControlEnabled Propriedade

Definição

Obtém ou define um valor que indica se o controle de fluxo avançado, uma implementação específica da Microsoft de controle de fluxo para mensagens WS-Reliable, é ativado.Gets or sets a value that indicates whether advanced flow control, a Microsoft-specific implementation of flow control for WS-Reliable messaging, is activated.

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

Valor da propriedade

Boolean

true Se o controle de fluxo avançado, uma implementação específica da Microsoft de controle de fluxo para sistema de mensagens WS-Reliable, será ativada; caso contrário, false .true if advanced flow control, a Microsoft-specific implementation of flow control for WS-Reliable messaging, is activated; otherwise, false. O padrão é true.The default is true.

Atributos

Aplica-se a