DispatcherSynchronizationElement.AsynchronousSendEnabled 属性

定义

获取或设置是否启用异步消息发送。

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

属性值

如果启用了异步发送,则为 true;否则,为 false

属性

适用于