/// <summary>
 /// Initializes a new instance of the WindowsRemoteManagementListener
 /// class with required arguments.
 /// </summary>
 public WindowsRemoteManagementListener(VirtualMachineWindowsRemoteManagementListenerType listenerType)
     : this()
 {
     this.ListenerType = listenerType;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the WindowsRemoteManagementListener
 /// class with required arguments.
 /// </summary>
 public WindowsRemoteManagementListener(VirtualMachineWindowsRemoteManagementListenerType listenerType)
     : this()
 {
     this.ListenerType = listenerType;
 }