Свойство | Type | Description | |
---|---|---|---|
AddVmRow | void | ||
DeregisterEvents | void | ||
IsHaActivatedFirstTime | bool | ||
PopulateVMs | void | ||
RegisterEvents | void | ||
RemoveVmRow | void | ||
StartNtolUpdate | void | ||
StopNtolUpdate | void | ||
UpdateMenuItems | void | ||
UpdateVMsAgility | void | ||
VM_CollectionChanged | void | ||
dataGridViewVms_KeyDown | void | ||
dataGridViewVms_SelectionChanged | void | ||
findItemFromVM | VmWithSettingsRow | ||
getCurrentSettings | VM.HA_Restart_Priority>.Dictionary | ||
haNtolIndicator_UpdateInProgressChanged | void | ||
linkLabelTellMeMore_LinkClicked | void | ||
m_dropDownButtonRestartPriority_Click | void | ||
nudOrder_ValueChanged | void | ||
nudStartDelay_ValueChanged | void | ||
priority_Click | void | ||
updateButtons | void | ||
vm_PropertyChanged | void | ||
worker_DoWork | object | ||
worker_RunWorkerCompleted | void |
Méthode | Description | |
---|---|---|
AssignPriorities ( ) : System | ||
EnableNext ( ) : bool | ||
GetCurrentStartupOptions ( ) : VMStartupOptions>.Dictionary |
Gets the current (uncommitted) VM startup options. Must be called on the GUI thread.
|
|
PageCancelled ( ) : void | ||
PageLeave ( PageLoadedDirection direction, bool &cancel ) : void | ||
PageLoaded ( PageLoadedDirection direction ) : void | ||
SelectDefaultControl ( ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
AddVmRow ( XenAPI.VM vm ) : void | ||
DeregisterEvents ( ) : void | ||
IsHaActivatedFirstTime ( IEnumerable |
||
PopulateVMs ( ) : void |
Must be called on the event thread.
|
|
RegisterEvents ( ) : void | ||
RemoveVmRow ( XenAPI.VM vm ) : void | ||
StartNtolUpdate ( ) : void | ||
StopNtolUpdate ( ) : void | ||
UpdateMenuItems ( ) : void | ||
UpdateVMsAgility ( IEnumerable |
Starts a new background thread that updates the displayed agility status for each VM.
|
|
VM_CollectionChanged ( object sender, |
Called when the current IXenConnection's VM dictionary changes.
|
|
dataGridViewVms_KeyDown ( object sender, |
||
dataGridViewVms_SelectionChanged ( object sender, |
||
findItemFromVM ( XenAPI.VM vm ) : VmWithSettingsRow |
Finds the ListViewItem for the given VM. Will return null if no corresponding item could be found. Must be called on the event thread.
|
|
getCurrentSettings ( ) : VM.HA_Restart_Priority>.Dictionary |
Gets the current (uncommitted) VM restart priorities. Must be called on the GUI thread.
|
|
haNtolIndicator_UpdateInProgressChanged ( object sender, |
||
linkLabelTellMeMore_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void | ||
m_dropDownButtonRestartPriority_Click ( object sender, |
||
nudOrder_ValueChanged ( object sender, |
||
nudStartDelay_ValueChanged ( object sender, |
||
priority_Click ( object sender, |
Called when the user clicks one of the restart priorities in the context menu.
|
|
updateButtons ( ) : void | ||
vm_PropertyChanged ( object sender, |
||
worker_DoWork ( object sender, object arg ) : object | ||
worker_RunWorkerCompleted ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public GetCurrentStartupOptions ( ) : VMStartupOptions>.Dictionary |
||
Résultat | VMStartupOptions>.Dictionary |
public PageLeave ( PageLoadedDirection direction, bool &cancel ) : void | ||
direction | PageLoadedDirection | |
cancel | bool | |
Résultat | void |
public PageLoaded ( PageLoadedDirection direction ) : void | ||
direction | PageLoadedDirection | |
Résultat | void |