コード例 #1
0
        //---------------------------------------------------------------------------------------------------------------------

        public override bool Resume(MachineRestartMethod method)
        {
            return(this.XmlRpcProvider.XmlRpc.VMAction(Int32.Parse(this.RemoteId), "resume"));
        }
コード例 #2
0
        //---------------------------------------------------------------------------------------------------------------------

        public override bool Resume(MachineRestartMethod method)
        {
            return(SendPutOperation("RESUME"));
        }
コード例 #3
0
        //---------------------------------------------------------------------------------------------------------------------

        /// Resume the cloud appliance
        /// \xrefitem rmodp "RM-ODP" "RM-ODP Documentation"
        public abstract bool Resume(MachineRestartMethod method);
コード例 #4
0
        //---------------------------------------------------------------------------------------------------------------------

        public override bool Resume(MachineRestartMethod method)
        {
            return(false);
        }
コード例 #5
0
 public override bool Resume(MachineRestartMethod method)
 {
     throw new NotImplementedException();
 }