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

属性

適用対象