次の方法で共有


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

プロパティ値

Boolean

非同期の送信が有効な場合は true、それ以外の場合は false

属性

適用対象