ChannelDispatcher.AsynchronousTransactedAcceptEnabled Property

Definition

Gets a value that indicates whether the transacted accept method calls on listener are asynchronous.

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

Property Value

true if the transacted accept method calls on listener are asynchronous; otherwise, false.

Applies to