共用方式為


DispatcherSynchronizationElement.AsynchronousSendEnabled 屬性

定義

取得或設定是否已啟用非同步化訊息傳送。

public:
 property bool AsynchronousSendEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("asynchronousSendEnabled", DefaultValue=false)]
public bool AsynchronousSendEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("asynchronousSendEnabled", DefaultValue=false)>]
member this.AsynchronousSendEnabled : bool with get, set
Public Property AsynchronousSendEnabled As Boolean

屬性值

如果已啟用非同步化傳送,則為 true,否則為 false

屬性

適用於