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

适用于