FeaturesSupportsThreadedTransactions Property |
Does the graph implement ThreadedTransactionalGraph?
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool SupportsThreadedTransactions { get; set; }
Public Property SupportsThreadedTransactions As Boolean
Get
Set
public:
property bool SupportsThreadedTransactions {
bool get ();
void set (bool value);
}
member SupportsThreadedTransactions : bool with get, set
Property Value
Type:
BooleanSee Also