SPServer constructor
Initializes a new instance of the SPServer class.
Overload list
Name | Description | |
---|---|---|
SPServer() | For internal use only. | |
SPServer(String) | Adds the server with the specified address to the local farm. | |
SPServer(String, SPFarm) | Adds the server with the given address to a server farm. |
Top