Interface ICdcCaptureContributor
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Contributes one or more CDC capture descriptors to the active runtime.
public interface ICdcCaptureContributorMethods
Section titled “Methods”RegisterCdcCaptures(ICdcCaptureRegistry)
Section titled “ RegisterCdcCaptures(ICdcCaptureRegistry)”Registers one or more CDC capture descriptors with the supplied registry.
void RegisterCdcCaptures(ICdcCaptureRegistry cdcCaptures)Parameters
Section titled “Parameters”cdcCaptures ICdcCaptureRegistry
The registry that collects contributed CDC capture descriptors.