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