Interface IHostedExecutionRegistry
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Execution
Assembly: Cephalon.Abstractions.dll
Receives hosted-execution descriptors contributed by active modules.
public interface IHostedExecutionRegistryMethods
Section titled “Methods”Add(HostedExecutionDescriptor)
Section titled “ Add(HostedExecutionDescriptor)”Adds a hosted execution to the current runtime composition.
void Add(HostedExecutionDescriptor hostedExecution)Parameters
Section titled “Parameters”hostedExecution HostedExecutionDescriptor
The hosted execution to register.