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

適用於