DispatcherSynchronizationBehavior.AsynchronousSendEnabled Property

Definition

Gets or sets a value that indicates whether asynchronous send behavior is enabled.

public:
 property bool AsynchronousSendEnabled { bool get(); void set(bool value); };
public bool AsynchronousSendEnabled { get; set; }
member this.AsynchronousSendEnabled : bool with get, set
Public Property AsynchronousSendEnabled As Boolean

Property Value

true if asynchronous send behavior is enabled; otherwise false.

Applies to