다음을 통해 공유


RoutingConfiguration.EnsureOrderedDispatch 속성

정의

메시지가 전송된 순서대로 디스패치되는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

전송된 순서대로 메시지를 디스패치해야 하는 경우 true이고, 그렇지 않으면 false입니다.

적용 대상