DispatcherSynchronizationElement.AsynchronousSendEnabled Propriedade

Definição

Obtém ou define se o envio de mensagens assíncronas está ativado.

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 Propriedade

true se o envio assíncrono estiver ativado; caso contrário, false.

Atributos

Aplica-se a