DeleteGalaxy method
- Last UpdatedJul 23, 2024
- 1 minute read
Deletes a Galaxy.
Class
IGRAccess
Syntax
[C#]
void DeleteGalaxy(
string galaxyName,
string GRNodeName
);
[Visual C++]
HRESULT DeleteGalaxy(
[in] BSTR galaxyName,
[in, optional] BSTR grNodeName
);
Parameters
galaxyName
The name of the Galaxy to be deleted.
grNodeName
The name of the GR node (computer name). Blank or omitted means the current computer is the Galaxy Repository.