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