Sdílet prostřednictvím


NotifyTransactionChangedEventArgs Constructor

Definition

Initializes a new instance of the

public NotifyTransactionChangedEventArgs (Microsoft.ServiceFabric.Data.ITransaction transaction, Microsoft.ServiceFabric.Data.Notifications.NotifyTransactionChangedAction action);
new Microsoft.ServiceFabric.Data.Notifications.NotifyTransactionChangedEventArgs : Microsoft.ServiceFabric.Data.ITransaction * Microsoft.ServiceFabric.Data.Notifications.NotifyTransactionChangedAction -> Microsoft.ServiceFabric.Data.Notifications.NotifyTransactionChangedEventArgs
Public Sub New (transaction As ITransaction, action As NotifyTransactionChangedAction)

Parameters

transaction
ITransaction

Transaction that the change is related to.

action
NotifyTransactionChangedAction

The type of notification.

Applies to