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

適用於