Sdílet prostřednictvím


DispatcherSynchronizationElement.AsynchronousSendEnabled Vlastnost

Definice

Získá nebo nastaví, zda je povoleno odesílání asynchronních zpráv.

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

Hodnota vlastnosti

Boolean

true Pokud je povoleno asynchronní odesílání; v opačném případě false .

Atributy

Platí pro