DispatcherSynchronizationBehavior.AsynchronousSendEnabled プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
非同期の送信動作が有効かどうかを示す値を取得または設定します。
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
プロパティ値
非同期の送信動作が有効な場合は true
、有効でない場合は false
。