Method | Description | |
---|---|---|
Beginget_cluster_enabled_state ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_cluster_ha_state ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_current_primary_slot ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_member_enabled_state ( string cluster_names, long slot_ids, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_member_ha_state ( string cluster_names, long slot_ids, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_member_licensed_state ( string cluster_names, long slot_ids, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_member_priming_state ( string cluster_names, long slot_ids, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_min_up_members ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_min_up_members_action ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_min_up_members_state ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_slot_id ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginis_clustered_environment ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_cluster_enabled_state ( string cluster_names, CommonEnabledState cluster_states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_current_primary_slot ( string cluster_names, long primary_slots, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_member_enabled_state ( string cluster_names, long slot_ids, CommonEnabledState member_states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_member_priming_state ( string cluster_names, long slot_ids, CommonEnabledState priming_states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_min_up_members ( string cluster_names, long min_up_members, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_min_up_members_action ( string cluster_names, CommonHAAction min_up_actions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_min_up_members_state ( string cluster_names, CommonEnabledState min_up_states, System callback, object asyncState ) : System.IAsyncResult | ||
Endget_cluster_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_cluster_ha_state ( System asyncResult ) : CommonHAState[] | ||
Endget_current_primary_slot ( System asyncResult ) : long[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_member_enabled_state ( System asyncResult ) : CommonEnabledState[][] | ||
Endget_member_ha_state ( System asyncResult ) : CommonHAState[][] | ||
Endget_member_licensed_state ( System asyncResult ) : CommonEnabledState[][] | ||
Endget_member_priming_state ( System asyncResult ) : CommonEnabledState[][] | ||
Endget_min_up_members ( System asyncResult ) : long[] | ||
Endget_min_up_members_action ( System asyncResult ) : CommonHAAction[] | ||
Endget_min_up_members_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_slot_id ( System asyncResult ) : long[][] | ||
Endget_version ( System asyncResult ) : string | ||
Endis_clustered_environment ( System asyncResult ) : bool | ||
Endset_cluster_enabled_state ( System asyncResult ) : void | ||
Endset_current_primary_slot ( System asyncResult ) : void | ||
Endset_member_enabled_state ( System asyncResult ) : void | ||
Endset_member_priming_state ( System asyncResult ) : void | ||
Endset_min_up_members ( System asyncResult ) : void | ||
Endset_min_up_members_action ( System asyncResult ) : void | ||
Endset_min_up_members_state ( System asyncResult ) : void | ||
SystemCluster ( ) : System |
Method | Description | |
---|---|---|
get_cluster_enabled_state ( string cluster_names ) : CommonEnabledState[] | ||
get_cluster_ha_state ( string cluster_names ) : CommonHAState[] | ||
get_current_primary_slot ( string cluster_names ) : long[] | ||
get_list ( ) : string[] | ||
get_member_enabled_state ( string cluster_names, long slot_ids ) : CommonEnabledState[][] | ||
get_member_ha_state ( string cluster_names, long slot_ids ) : CommonHAState[][] | ||
get_member_licensed_state ( string cluster_names, long slot_ids ) : CommonEnabledState[][] | ||
get_member_priming_state ( string cluster_names, long slot_ids ) : CommonEnabledState[][] | ||
get_min_up_members ( string cluster_names ) : long[] | ||
get_min_up_members_action ( string cluster_names ) : CommonHAAction[] | ||
get_min_up_members_state ( string cluster_names ) : CommonEnabledState[] | ||
get_slot_id ( string cluster_names ) : long[][] | ||
get_version ( ) : string | ||
is_clustered_environment ( ) : bool | ||
set_cluster_enabled_state ( string cluster_names, CommonEnabledState cluster_states ) : void | ||
set_current_primary_slot ( string cluster_names, long primary_slots ) : void | ||
set_member_enabled_state ( string cluster_names, long slot_ids, CommonEnabledState member_states ) : void | ||
set_member_priming_state ( string cluster_names, long slot_ids, CommonEnabledState priming_states ) : void | ||
set_min_up_members ( string cluster_names, long min_up_members ) : void | ||
set_min_up_members_action ( string cluster_names, CommonHAAction min_up_actions ) : void | ||
set_min_up_members_state ( string cluster_names, CommonEnabledState min_up_states ) : void |
public Beginget_cluster_enabled_state ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_cluster_ha_state ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_current_primary_slot ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_member_enabled_state ( string cluster_names, long slot_ids, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
slot_ids | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_member_ha_state ( string cluster_names, long slot_ids, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
slot_ids | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_member_licensed_state ( string cluster_names, long slot_ids, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
slot_ids | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_member_priming_state ( string cluster_names, long slot_ids, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
slot_ids | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_min_up_members ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_min_up_members_action ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_min_up_members_state ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_slot_id ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginis_clustered_environment ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_cluster_enabled_state ( string cluster_names, CommonEnabledState cluster_states, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
cluster_states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_current_primary_slot ( string cluster_names, long primary_slots, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
primary_slots | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_member_enabled_state ( string cluster_names, long slot_ids, CommonEnabledState member_states, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
slot_ids | long | |
member_states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_member_priming_state ( string cluster_names, long slot_ids, CommonEnabledState priming_states, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
slot_ids | long | |
priming_states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_min_up_members ( string cluster_names, long min_up_members, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
min_up_members | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_min_up_members_action ( string cluster_names, CommonHAAction min_up_actions, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
min_up_actions | CommonHAAction | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_min_up_members_state ( string cluster_names, CommonEnabledState min_up_states, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
min_up_states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endget_cluster_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_cluster_ha_state ( System asyncResult ) : CommonHAState[] | ||
asyncResult | System | |
return | CommonHAState[] |
public Endget_current_primary_slot ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_member_enabled_state ( System asyncResult ) : CommonEnabledState[][] | ||
asyncResult | System | |
return | CommonEnabledState[][] |
public Endget_member_ha_state ( System asyncResult ) : CommonHAState[][] | ||
asyncResult | System | |
return | CommonHAState[][] |
public Endget_member_licensed_state ( System asyncResult ) : CommonEnabledState[][] | ||
asyncResult | System | |
return | CommonEnabledState[][] |
public Endget_member_priming_state ( System asyncResult ) : CommonEnabledState[][] | ||
asyncResult | System | |
return | CommonEnabledState[][] |
public Endget_min_up_members ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_min_up_members_action ( System asyncResult ) : CommonHAAction[] | ||
asyncResult | System | |
return | CommonHAAction[] |
public Endget_min_up_members_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_slot_id ( System asyncResult ) : long[][] | ||
asyncResult | System | |
return | long[][] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endis_clustered_environment ( System asyncResult ) : bool | ||
asyncResult | System | |
return | bool |
public Endset_cluster_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_current_primary_slot ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_member_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_member_priming_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_min_up_members ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_min_up_members_action ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_min_up_members_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |