Updates the properties of a host machine.
[Visual Basic 6.0] Sub UpdateMachine(
ByVal Machine As IServerMachine _
)
[Visual Basic .NET] Public Sub UpdateMachine ( _ ByVal Machine As IServerMachine _ )
[C#] public void UpdateMachine ( IServerMachine Machine );
[Java] public void updateMachine ( IServerMachine Machine ) throws IOException, AutomationException
[C++] HRESULT UpdateMachine( IServerMachine* Machine );
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.