Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
.NET Framework Class Library
ServerManager..::.OpenRemote Method

Creates a ServerManager object that is connected to a remote system.

Namespace:  Microsoft.Web.Administration
Assembly:  Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
Visual Basic (Declaration)
Public Shared Function OpenRemote ( _
    serverName As String _
) As ServerManager
Visual Basic (Usage)
Dim serverName As String
Dim returnValue As ServerManager

returnValue = ServerManager.OpenRemote(serverName)
C#
public static ServerManager OpenRemote(
    string serverName
)
Visual C++
public:
static ServerManager^ OpenRemote(
    String^ serverName
)
JScript
public static function OpenRemote(
    serverName : String
) : ServerManager

Parameters

serverName
Type: System..::.String
The name of the server to connect to.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker