C# Класс EventStore.Projections.Core.Services.Management.ManagedProjectionStates.PreparingState

Наследование: ManagedProjectionStateBase
Показать файл Открыть проект

Открытые методы

Метод Описание
PreparingState ( ManagedProjection managedProjection ) : EventStore.Projections.Core.Messages

Защищенные методы

Метод Описание
Faulted ( CoreProjectionStatusMessage message ) : void
Prepared ( CoreProjectionStatusMessage message ) : void

Описание методов

Faulted() защищенный Метод

protected Faulted ( CoreProjectionStatusMessage message ) : void
message CoreProjectionStatusMessage
Результат void

Prepared() защищенный Метод

protected Prepared ( CoreProjectionStatusMessage message ) : void
message CoreProjectionStatusMessage
Результат void

PreparingState() публичный Метод

public PreparingState ( ManagedProjection managedProjection ) : EventStore.Projections.Core.Messages
managedProjection ManagedProjection
Результат EventStore.Projections.Core.Messages