IAdgObject interface.Remove Method

Definition

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

Removes the ADG object.

void Remove()

Removes the ADG object.

Remarks

This method is used to remove the ADG object. This can be useful for cleaning up resources or for deleting an object that is no longer needed.

void Remove()

See Also