다음을 통해 공유


ChannelDispatcher.SendAsynchronously 속성

정의

메시지의 비동기 전송 여부를 가져오거나 설정합니다.

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

속성 값

Boolean

메시지를 비동기적으로 보내면 true이고, 그렇지 않으면 false입니다.

적용 대상