DispatcherSynchronizationElement.AsynchronousSendEnabled Property

Definition

Gets or sets whether asynchronous message sending is enabled.

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

Property Value

true if asynchronous send is enabled; otherwise, false.

Attributes

Applies to