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