ArcObjects Library Reference (Server)  

IServerObjectAdmin.UpdateMachine Method

Updates the properties of a host machine.

[Visual Basic .NET]
Public Sub UpdateMachine ( _
    ByVal Machine As IServerMachine _
)
[C#]
public void UpdateMachine (
    IServerMachine Machine
);
[C++]
HRESULT UpdateMachine(
  IServerMachine* Machine
);
[C++]

Parameters

Machine [in]

  Machine is a parameter of type IServerMachine

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The UpdateMachine method will update the host machine that is specified when the method is called. You can use the GetMachine or GetMachines methods on IServerObjectAdmin to get a reference to the machine you want to update.

The UpdateMachine is useful for modifying the machine's description.

See Also

IServerObjectAdmin Interface