Sets the host machine name.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
public void SetHost(
	string host
)
Visual Basic (Declaration)
Public Sub SetHost ( _
	host As String _
)
Visual C++
public:
virtual void SetHost(
	String^ host
) sealed

Parameters

host
Type: System..::.String
host.

Implements

IAppServerMgrProxy..::.SetHost(String)

See Also