DispatchRuntime.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

属性值

Boolean

如果消息按照发送时的顺序调度,则为 true;否则为 false

适用于