Compartir a través de


DispatcherSynchronizationElement.AsynchronousSendEnabled Propiedad

Definición

Obtiene o establece si el envío de mensajes de forma asincrónica está habilitado.

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

Valor de propiedad

true si el envío asincrónico está habilitado; en caso contrario, false.

Atributos

Se aplica a