NotifyStateManagerSingleEntityChangedEventArgs Class
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.
Provides data for the DictionaryChanged event caused by a transactional single entity operation.
public class NotifyStateManagerSingleEntityChangedEventArgs : Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerChangedEventArgs
type NotifyStateManagerSingleEntityChangedEventArgs = class
inherit NotifyStateManagerChangedEventArgs
Public Class NotifyStateManagerSingleEntityChangedEventArgs
Inherits NotifyStateManagerChangedEventArgs
- Inheritance
Constructors
NotifyStateManagerSingleEntityChangedEventArgs(ITransaction, IReliableState, NotifyStateManagerChangedAction) |
Initializes a new instance of the |
Properties
Action |
Gets the action that caused the event. (Inherited from NotifyStateManagerChangedEventArgs) |
ReliableState |
Gets the reliable state |
Transaction |
Gets the transaction. |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.