ReliableStateManager.StateManagerChanged Event

Definition

Occurs when the state manager changes.

public event EventHandler<Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerChangedEventArgs> StateManagerChanged;
member this.StateManagerChanged : EventHandler<Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerChangedEventArgs> 
Public Custom Event StateManagerChanged As EventHandler(Of NotifyStateManagerChangedEventArgs) 

Event Type

Implements

Exceptions

Indicates that the Reliable State Manager is closed.

Applies to