Class FinalizationMonitor<TContract>
Class monitoring the finalization 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 FinalizationMonitor<TContract> : TransitionMonitor<TContract>, ITransitionStateType Parameters
| Name | Description | 
|---|---|
| TContract | The contract type. | 
Constructors
| Improve this Doc View SourceFinalizationMonitor(Type)
Initializes a new instance of the FinalizationMonitor<TContract> class.
Declaration
public FinalizationMonitor(Type serviceImplementationType)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Type | serviceImplementationType | Type of the service implementation. |