ServerManager.OpenRemote(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a ServerManager object that is connected to a remote system.
public:
static Microsoft::Web::Administration::ServerManager ^ OpenRemote(System::String ^ serverName);
public static Microsoft.Web.Administration.ServerManager OpenRemote (string serverName);
static member OpenRemote : string -> Microsoft.Web.Administration.ServerManager
Public Shared Function OpenRemote (serverName As String) As ServerManager
Parameters
- serverName
- String
The name of the server to connect to.
Returns
A ServerManager object.