RemoveServerFromCluster (NotesAdministrationProcess - LotusScript®)

Enters a request in the Administration Requests database to remove a server from a cluster.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess .RemoveServerFromCluster( server$ )

Parameters

server$

String. The name of the server.

Return value

noteID$

String. The note ID of an entry created in the Administration Requests database.

Example