ServerTransaction.EnableForking Property

Definition

Flag indicating whether this transaction might be forked.

public:
 property bool EnableForking { bool get(); void set(bool value); };
public bool EnableForking { get; set; }
Public Property EnableForking As Boolean

Property Value

Remarks

If true, more than one branch can be created with CreateBranch(). If false, ArgumentException will be thrown if the application attempts to create a second branch. The default value is true.

Applies to