NetNamedPipeBinding.TransactionFlow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.