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

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

AbortingState() public méthode

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

Faulted() protected méthode

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

Stopped() protected méthode

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