Interface ICdcCaptureRegistry
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Receives CDC capture descriptors contributed by active modules or packages.
public interface ICdcCaptureRegistryMethods
Section titled “Methods”Add(CdcCaptureDescriptor)
Section titled “ Add(CdcCaptureDescriptor)”Adds a CDC capture to the current runtime composition.
void Add(CdcCaptureDescriptor cdcCapture)Parameters
Section titled “Parameters”cdcCapture CdcCaptureDescriptor
The CDC capture descriptor to register.