ChannelDispatcher.AsynchronousTransactedAcceptEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出接聽程式上交易的接受方法呼叫是否為非同步。
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
。