MCloud.NodeDriver.ListImages C# (CSharp) Method

ListImages() public abstract method

A list of images available from the cloud provider
public abstract ListImages ( ) : List
return List
        public abstract List<NodeImage> ListImages();

Same methods

NodeDriver::ListImages ( NodeLocation location ) : List