ReliableSessionBindingElement.Ordered 속성

정의

메시지 배달이 메시지를 보내는 순서를 유지해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool Ordered { bool get(); void set(bool value); };
public bool Ordered { get; set; }
member this.Ordered : bool with get, set
Public Property Ordered As Boolean

속성 값

true메시지가 전송되는 순서대로 배달되어야 하는 경우 그렇지 않으면 . false 기본값은 false입니다.

설명

메시지를 순서대로 디스패치하려면 다음으로 설정 ConcurrencyModeSingle해야 합니다.

적용 대상