共用方式為


ChannelDispatcher.AsynchronousTransactedAcceptEnabled 屬性

定義

取得值,指出接聽程式上交易的接受方法呼叫是否為非同步。

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

屬性值

如果接聽程式上交易的接受方法呼叫為非同步,則為 true,否則為 false

適用於