Share via


NotifyStateManagerSingleEntityChangedEventArgs Constructor

Definition

Initializes a new instance of the <cref name="NotifyStateManagerSingleEntityChangedEventArgs"></cref>

public NotifyStateManagerSingleEntityChangedEventArgs(Microsoft.ServiceFabric.Data.ITransaction transaction, Microsoft.ServiceFabric.Data.IReliableState reliableState, Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerChangedAction action);
new Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerSingleEntityChangedEventArgs : Microsoft.ServiceFabric.Data.ITransaction * Microsoft.ServiceFabric.Data.IReliableState * Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerChangedAction -> Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerSingleEntityChangedEventArgs
Public Sub New (transaction As ITransaction, reliableState As IReliableState, action As NotifyStateManagerChangedAction)

Parameters

transaction
ITransaction

Transaction that the change is related to.

reliableState
IReliableState

<cref name="IReliableState"></cref> that was changed.

action
NotifyStateManagerChangedAction

The type of the change.

Applies to