C# Class EventStore.Projections.Core.Services.Management.ManagedProjectionStates.PreparingState

Inheritance: ManagedProjectionStateBase
Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

Méthode Description
PreparingState ( ManagedProjection managedProjection ) : EventStore.Projections.Core.Messages

Méthodes protégées

Méthode Description
Faulted ( CoreProjectionStatusMessage message ) : void
Prepared ( CoreProjectionStatusMessage message ) : void

Method Details

Faulted() protected méthode

protected Faulted ( CoreProjectionStatusMessage message ) : void
message CoreProjectionStatusMessage
Résultat void

Prepared() protected méthode

protected Prepared ( CoreProjectionStatusMessage message ) : void
message CoreProjectionStatusMessage
Résultat void

PreparingState() public méthode

public PreparingState ( ManagedProjection managedProjection ) : EventStore.Projections.Core.Messages
managedProjection ManagedProjection
Résultat EventStore.Projections.Core.Messages