Share via


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입니다.

특성

적용 대상