Skip to content

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 ICellHealthIsolationContributor

RegisterCellHealthIsolations(ICellHealthIsolationRegistry)

Section titled “ RegisterCellHealthIsolations(ICellHealthIsolationRegistry)”

Registers the cell health-isolation answers owned by the contributing module.

void RegisterCellHealthIsolations(ICellHealthIsolationRegistry healthIsolations)

healthIsolations ICellHealthIsolationRegistry

The registry that receives cell health-isolation descriptors.