다음을 통해 공유


ReliableSessionElement.FlowControlEnabled 속성

정의

WS-Reliable Messaging에 대해 Microsoft의 전용 흐름 제어 구현인 고급 흐름 제어를 활성화할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

WS-Reliable Messaging에 대해 Microsoft 전용 흐름 제어 구현인 고급 흐름 제어를 활성화하려면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

적용 대상