IDirectory interface.RepairObjects Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Repairs the objects in the directory using the specified repair options and observer.

void RepairObjects(RepairOptions repairOptions, AdgObserver observer)

Repairs the objects in the directory using the specified repair options and observer.

void RepairObjects(RepairOptions repairOptions, AdgObserver observer)

Parameters

Type Parameter name Description
RepairOptions repairOptions The repair options to use.
AdgObserver observer The observer to use.

See Also