DispatcherSynchronizationElement.AsynchronousSendEnabled Proprietà

Definizione

Ottiene o imposta un valore che indica se è abilitato l'invio asincrono di messaggi.

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

Valore della proprietà

true se il comportamento di invio asincrono è abilitato; in caso contrario false.

Attributi

Si applica a