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

적용 대상