Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PsInterface"/> class.
 /// </summary>
 /// <param name="command">The command.</param>
 /// <param name="vmName">Name of the vm.</param>
 public PsInterface(PsOperation command, string vmName)
 {
     this.Command = command; this.VmName = vmName;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PsInterface"/> class.
 /// </summary>
 /// <param name="command">The command.</param>
 /// <param name="vmName">Name of the vm.</param>
 public PsInterface(PsOperation command, string vmName)
 {
     this.Command = command; this.VmName = vmName;
 }