Compartilhar via


DispatcherSynchronizationElement.AsynchronousSendEnabled Propriedade

Definição

Obtém ou define se o envio de mensagens assíncrono 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 da propriedade

Boolean

true Se o envio assíncrono estiver habilitado; caso contrário, false .

Atributos

Aplica-se a