다음을 통해 공유


ChannelDispatcher.AsynchronousTransactedAcceptEnabled 속성

정의

수신기에 대해 처리된 Accept 메서드 호출이 비동기적인지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

수신기에 대한 트랜잭트 허용 메서드가 비동기 메서드이면 true이고, 그렇지 않으면 false입니다.

적용 대상