Class OrchestrationFeatureManager
Manager for orchestration features.
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.Orchestration.Application
Assembly: Kephas.Orchestration.dll
Syntax
[FeatureInfo("Orchestration", null, true, null)]
public class OrchestrationFeatureManager : FeatureManagerBase, ILoggable, IFeatureManager, IAsyncInitializable, IAsyncFinalizableConstructors
| Improve this Doc View SourceOrchestrationFeatureManager(IOrchestrationManager)
Initializes a new instance of the OrchestrationFeatureManager class.
Declaration
public OrchestrationFeatureManager(IOrchestrationManager orchestrationManager)Parameters
| Type | Name | Description | 
|---|---|---|
| IOrchestrationManager | orchestrationManager | Manager for orchestration. | 
Fields
| Improve this Doc View SourceFeatureName
Name of the orchestration feature.
Declaration
public const string FeatureName = "Orchestration"Field Value
| Type | Description | 
|---|---|
| System.String | 
Methods
| Improve this Doc View SourceFinalizeCoreAsync(IAppContext, CancellationToken)
Finalizes the feature asynchronously.
Declaration
protected override Task FinalizeCoreAsync(IAppContext appContext, CancellationToken cancellationToken)Parameters
| Type | Name | Description | 
|---|---|---|
| IAppContext | appContext | Context for the application. | 
| System.Threading.CancellationToken | cancellationToken | The cancellation token. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | A Task. | 
Overrides
| Improve this Doc View SourceInitializeCoreAsync(IAppContext, CancellationToken)
Initializes the feature asynchronously.
Declaration
protected override Task InitializeCoreAsync(IAppContext appContext, CancellationToken cancellationToken)Parameters
| Type | Name | Description | 
|---|---|---|
| IAppContext | appContext | Context for the application. | 
| System.Threading.CancellationToken | cancellationToken | The cancellation token. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | A Task. |