Namespace Kephas.Services.Transitioning
Classes
FinalizationMonitor<TContract>
Class monitoring the finalization state for the service TContract
with the implementation type provided in constructor.
FinalizationMonitor<TContract, TServiceImplementation>
Class monitoring the finalization state for the service TContract
with the implementation TServiceImplementation
.
InitializationMonitor<TContract>
Class monitoring the initialization state for the service TContract
with the implementation type provided in constructor.
InitializationMonitor<TContract, TServiceImplementation>
Class monitoring the initialization state for the service TContract
with the implementation TServiceImplementation
.
ServiceTransitioningException
The service transitioning exception.
TransitionMonitor
Class monitoring the state of a service transition.
TransitionMonitor<TContract>
Class monitoring the state of a transition for the service TContract
with the implementation type provided in constructor.
TransitionMonitor<TContract, TServiceImplementation>
Class monitoring the state of a transition for the service TContract
with the implementation TServiceImplementation
.
Interfaces
ITransitionState
Provides information about a transition's state.