Interface ICdcCaptureExecutionRuntimeContributor
Namespace: Cephalon.Data.Services
Assembly: Cephalon.Data.dll
Contributes one or more operator-facing CDC capture execution runtimes to the active data runtime.
public interface ICdcCaptureExecutionRuntimeContributorMethods
Section titled “Methods”RegisterExecutionRuntimes(ICdcCaptureExecutionRuntimeRegistry)
Section titled “ RegisterExecutionRuntimes(ICdcCaptureExecutionRuntimeRegistry)”Registers one or more CDC capture execution runtime descriptors owned by the contributor.
void RegisterExecutionRuntimes(ICdcCaptureExecutionRuntimeRegistry executionRuntimes)Parameters
Section titled “Parameters”executionRuntimes ICdcCaptureExecutionRuntimeRegistry
The execution-runtime registry receiving contributed descriptors.