Compartir a través de


NotifyStateManagerRebuildEventArgs Clase

Definición

Proporciona datos para el evento StateManagerChanged causado por una recompilación. Se suele llamar durante la recuperación, restauración y finalización de la copia.

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

Constructores

NotifyStateManagerRebuildEventArgs(IAsyncEnumerable<IReliableState>)

Inicializa una nueva instancia de .

Propiedades

Action

Obtiene la acción que provocó el evento.

(Heredado de NotifyStateManagerChangedEventArgs)
ReliableStates

Enumerable de todos los nuevos proveedores de estado ahora en el Administrador de estado.

Se aplica a