Example #1
0
 /// <summary>  Checks to see if a VM exists
 /// *
 /// </summary>
 /// <param name="name"> Name of velocimacro
 /// </param>
 /// <returns>boolean  True if VM by that name exists, false if not
 ///
 /// </returns>
 public bool isVelocimacro(String vmName, String templateName)
 {
     return(vmFactory.isVelocimacro(vmName, templateName));
 }
Example #2
0
 /// <summary>  Checks to see if a VM exists
 /// *
 /// </summary>
 /// <param name="name"> Name of velocimacro
 /// </param>
 /// <returns>boolean  True if VM by that name exists, false if not
 ///
 /// </returns>
 public virtual bool isVelocimacro(System.String vmName, System.String templateName)
 {
     return(vmFactory.isVelocimacro(vmName, templateName));
 }