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

Inheritance: ManagedProjectionStateBase
Datei anzeigen Open project: EventStore/EventStore

Public Methods

Method Description
AbortingState ( ManagedProjection managedProjection ) : EventStore.Projections.Core.Messages

Protected Methods

Method Description
Faulted ( CoreProjectionStatusMessage message ) : void
Stopped ( CoreProjectionStatusMessage message ) : void

Method Details

AbortingState() public method

public AbortingState ( ManagedProjection managedProjection ) : EventStore.Projections.Core.Messages
managedProjection ManagedProjection
return EventStore.Projections.Core.Messages

Faulted() protected method

protected Faulted ( CoreProjectionStatusMessage message ) : void
message CoreProjectionStatusMessage
return void

Stopped() protected method

protected Stopped ( CoreProjectionStatusMessage message ) : void
message CoreProjectionStatusMessage
return void