Class InitializationMonitor<TContract, TServiceImplementation>
Class monitoring the initialization state for the service TContract
with the implementation TServiceImplementation
.
Inheritance
System.Object
TransitionMonitor<TContract, TServiceImplementation>
InitializationMonitor<TContract, TServiceImplementation>
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Services.Transitioning
Assembly: Kephas.Core.dll
Syntax
public class InitializationMonitor<TContract, TServiceImplementation> : TransitionMonitor<TContract, TServiceImplementation>, ITransitionState
Type Parameters
Name | Description |
---|---|
TContract | The contract type. |
TServiceImplementation | The service implementation type. |
Constructors
| Improve this Doc View SourceInitializationMonitor()
Initializes a new instance of the InitializationMonitor<TContract, TServiceImplementation> class.
Declaration
public InitializationMonitor()