ReliableStateManager.IReliableStateManager.CreateTransaction Method
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.
Create and start a new transaction that can be used to group operations to be performed atomically.
Microsoft.ServiceFabric.Data.ITransaction IReliableStateManager.CreateTransaction ();
abstract member Microsoft.ServiceFabric.Data.IReliableStateManager.CreateTransaction : unit -> Microsoft.ServiceFabric.Data.ITransaction
override this.Microsoft.ServiceFabric.Data.IReliableStateManager.CreateTransaction : unit -> Microsoft.ServiceFabric.Data.ITransaction
Function CreateTransaction () As ITransaction Implements IReliableStateManager.CreateTransaction
Returns
A new transaction.
Implements
Remarks
Operations are added to the transaction by passing the ITransaction object in to reliable state methods.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET