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

适用于