DispatcherSynchronizationElement.AsynchronousSendEnabled Eigenschaft

Definition

Ruft ab oder legt fest, ob das Senden asynchroner Nachrichten aktiviert ist.

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

Eigenschaftswert

truewenn asynchrones Senden aktiviert ist; andernfalls . false

Attribute

Gilt für: