DispatcherSynchronizationBehavior.AsynchronousSendEnabled 属性

定义

获取或设置一个值,该值指示是否启用异步发送行为。

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

属性值

Boolean

如果启用了异步发送行为,则为 true;否则为 false

适用于