IReliableStateManager.TransactionChanged Event

Definition

Occurs when a transaction's state changes. For example, commit of a transaction.

event EventHandler<Microsoft.ServiceFabric.Data.Notifications.NotifyTransactionChangedEventArgs> TransactionChanged;
member this.TransactionChanged : EventHandler<Microsoft.ServiceFabric.Data.Notifications.NotifyTransactionChangedEventArgs> 
Event TransactionChanged As EventHandler(Of NotifyTransactionChangedEventArgs) 

Event Type

Applies to