Interface ICellHealthIsolationContributor
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Allows a module to contribute cell health-isolation answers to the active runtime.
public interface ICellHealthIsolationContributorMethods
Section titled “Methods”RegisterCellHealthIsolations(ICellHealthIsolationRegistry)
Section titled “ RegisterCellHealthIsolations(ICellHealthIsolationRegistry)”Registers the cell health-isolation answers owned by the contributing module.
void RegisterCellHealthIsolations(ICellHealthIsolationRegistry healthIsolations)Parameters
Section titled “Parameters”healthIsolations ICellHealthIsolationRegistry
The registry that receives cell health-isolation descriptors.