GraphTransactionScope Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GraphTransactionScope() | Constructor. This associates this GraphTransactionScope with ones on outer scope blocks by using a TLS variable. | |
GraphTransactionScope(String) | Constructor. This associates this GraphTransactionScope with ones on outer scope blocks by using a TLS variable. | |
GraphTransactionScope(Transaction) | Constructor. This associates this GraphTransactionScope with ones on outer scope blocks by using a TLS variable. | |
GraphTransactionScope(GraphTransactionScopeOptions) | Constructor. This associates this GraphTransactionScope with ones on outer scope blocks by using a TLS variable. |
Top