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