NotifyDictionaryTransactionalEventArgs<TKey,TValue>.Transaction Property

Definition

Gets the transaction that the operation belongs to.

public Microsoft.ServiceFabric.Data.ITransaction Transaction { get; }
member this.Transaction : Microsoft.ServiceFabric.Data.ITransaction
Public ReadOnly Property Transaction As ITransaction

Property Value

The transaction object associated with the notification.

Applies to