예제 #1
0
 private static resultAndWaitToken _rebootAndStartDeployingBIOSToBlade(string NodeIP, string BIOSXML, string requestorIP)
 {
     return(hostStateManager.rebootAndStartDeployingBIOSToBlade(sanitizeAddress(NodeIP), sanitizeAddress(requestorIP), BIOSXML));
 }