NetTcpBinding.TransactionFlow 속성

정의

트랜잭션 이동을 사용할 수 있는지 여부를 결정하는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

트랜잭션 흐름을 사용하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

예제

다음 예제에서는 TransactionFlow 값을 가져오는 방법을 보여 줍니다.

bool transactionFlow = binding.TransactionFlow;

적용 대상