Interface ICdcCaptureExecutionRuntimeRegistry
Namespace: Cephalon.Data.Services
Assembly: Cephalon.Data.dll
Receives operator-facing CDC capture execution runtime descriptors contributed by active data packs.
public interface ICdcCaptureExecutionRuntimeRegistryMethods
Section titled “Methods”Add(CdcCaptureExecutionRuntimeDescriptor)
Section titled “ Add(CdcCaptureExecutionRuntimeDescriptor)”Adds one CDC capture execution runtime to the current data-runtime composition.
void Add(CdcCaptureExecutionRuntimeDescriptor executionRuntime)Parameters
Section titled “Parameters”executionRuntime CdcCaptureExecutionRuntimeDescriptor
The execution runtime to register.