LOTUSSCRIPT/COM/OLE CLASSES
Enters a request in the Administration Requests database to add a server to a cluster.
Defined in
NotesAdministrationProcess
Syntax
noteID$ = notesAdministrationProcess.AddServerToCluster( server$ , cluster$ )
Parameters
server$
noteID$
If the cluster does not exist, a new cluster is created and the server added to it.
Language cross-reference
addServerToCluster in Java AdministrationProcess class
Example