Partager via


DispatcherSynchronizationElement.AsynchronousSendEnabled Propriété

Définition

Obtient ou définit une valeur indiquant si l'envoi de messages asynchrones est activé.

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

Valeur de propriété

Boolean

true si l'envoi asynchrone est activé ; sinon, false.

Attributs

S’applique à