Interface IHostedExecutionContributor
Namespace: Cephalon.Abstractions.Execution
Assembly: Cephalon.Abstractions.dll
Contributes one or more hosted or background execution descriptors to the active runtime.
public interface IHostedExecutionContributorMethods
Section titled “Methods”RegisterHostedExecutions(IHostedExecutionRegistry)
Section titled “ RegisterHostedExecutions(IHostedExecutionRegistry)”Registers one or more hosted execution descriptors owned by the contributor.
void RegisterHostedExecutions(IHostedExecutionRegistry hostedExecutions)Parameters
Section titled “Parameters”hostedExecutions IHostedExecutionRegistry
The hosted-execution registry receiving hosted-execution descriptors.