NetNamedPipeBinding.TransactionFlow Property

Definition

Gets or sets a value that determines whether transactions should be flowed to the service.

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

Property Value

true if the client's transactions should be flowed to the service; otherwise, false. The default is false.

Examples

The following example shows how to get the value of TransactionFlow the binding.

bool TransactionFlow = binding.TransactionFlow;

Remarks

The TransactionFlow property enables you to specify whether this binding should support flowing transactions.

Applies to