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

Inheritance: ManagedProjectionStateBase
Mostrar archivo Open project: EventStore/EventStore

Public Methods

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

Protected Methods

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

Method Details

Faulted() protected method

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

Prepared() protected method

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

PreparingState() public method

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