Skip to content

Interface ICdcCaptureRegistry

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Receives CDC capture descriptors contributed by active modules or packages.

public interface ICdcCaptureRegistry

Adds a CDC capture to the current runtime composition.

void Add(CdcCaptureDescriptor cdcCapture)

cdcCapture CdcCaptureDescriptor

The CDC capture descriptor to register.