MCloud.NodeDriver.UpdateNode C# (CSharp) Method

UpdateNode() public abstract method

Get updated information on the specified node from the cloud provider. You would use this method to check to see if a node has changed its state.
public abstract UpdateNode ( Node node ) : void
node Node
return void
        public abstract void UpdateNode(Node node);