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

適用対象