Skip to content

Interface IHostedExecutionRegistry

Namespace: Cephalon.Abstractions.Execution
Assembly: Cephalon.Abstractions.dll

Receives hosted-execution descriptors contributed by active modules.

public interface IHostedExecutionRegistry

Adds a hosted execution to the current runtime composition.

void Add(HostedExecutionDescriptor hostedExecution)

hostedExecution HostedExecutionDescriptor

The hosted execution to register.