Share via


NotifyStateManagerRebuildEventArgs Class

Definition

Provides data for the StateManagerChanged event caused by a rebuild. Commonly called during recovery, restore and end of copy.

public class NotifyStateManagerRebuildEventArgs : Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerChangedEventArgs
type NotifyStateManagerRebuildEventArgs = class
    inherit NotifyStateManagerChangedEventArgs
Public Class NotifyStateManagerRebuildEventArgs
Inherits NotifyStateManagerChangedEventArgs
Inheritance
NotifyStateManagerRebuildEventArgs

Constructors

NotifyStateManagerRebuildEventArgs(IAsyncEnumerable<IReliableState>)

Initializes a new instance of the

Properties

Action

Gets the action that caused the event.

(Inherited from NotifyStateManagerChangedEventArgs)
ReliableStates

Enumerable of all the new state providers now in the State Manager.

Applies to