Class InitializationMonitor<TContract>
Class monitoring the initialization state for the service TContract
with the implementation type provided in constructor.
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> : TransitionMonitor<TContract>, ITransitionState
Type Parameters
Name | Description |
---|---|
TContract | The contract type. |
Constructors
| Improve this Doc View SourceInitializationMonitor(Type)
Initializes a new instance of the InitializationMonitor<TContract> class.
Declaration
public InitializationMonitor(Type serviceImplementationType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | serviceImplementationType | Type of the service implementation. |