Method | Description | |
---|---|---|
Beginadd_member ( string pools, string members, long orders, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string pools, GlobalLBLBMethod lb_methods, string members, long orders, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_prober_pools ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_prober_pool ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_member_statistics ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_enabled_state ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_lb_method ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_member ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_member_enabled_state ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_member_object_status ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_member_order ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_member_statistics ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_object_status ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_statistics ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_members ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_member ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_member_statistics ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_statistics ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string pools, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_enabled_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_lb_method ( string pools, GlobalLBLBMethod lb_methods, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_member_enabled_state ( string pools, string members, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_member_order ( string pools, string members, long orders, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_member ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_prober_pools ( System asyncResult ) : void | ||
Enddelete_prober_pool ( System asyncResult ) : void | ||
Endget_all_member_statistics ( System asyncResult ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[] | ||
Endget_all_statistics ( System asyncResult ) : |
||
Endget_description ( System asyncResult ) : string[] | ||
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_lb_method ( System asyncResult ) : GlobalLBLBMethod[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_member ( System asyncResult ) : string[][] | ||
Endget_member_enabled_state ( System asyncResult ) : CommonEnabledState[][] | ||
Endget_member_object_status ( System asyncResult ) : iControl.CommonObjectStatus[][] | ||
Endget_member_order ( System asyncResult ) : long[][] | ||
Endget_member_statistics ( System asyncResult ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[] | ||
Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[] | ||
Endget_statistics ( System asyncResult ) : |
||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_members ( System asyncResult ) : void | ||
Endremove_member ( System asyncResult ) : void | ||
Endreset_member_statistics ( System asyncResult ) : void | ||
Endreset_statistics ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_enabled_state ( System asyncResult ) : void | ||
Endset_lb_method ( System asyncResult ) : void | ||
Endset_member_enabled_state ( System asyncResult ) : void | ||
Endset_member_order ( System asyncResult ) : void | ||
GlobalLBProberPool ( ) : System |
Method | Description | |
---|---|---|
add_member ( string pools, string members, long orders ) : void | ||
create ( string pools, GlobalLBLBMethod lb_methods, string members, long orders ) : void | ||
delete_all_prober_pools ( ) : void | ||
delete_prober_pool ( string pools ) : void | ||
get_all_member_statistics ( string pools ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[] | ||
get_all_statistics ( ) : |
||
get_description ( string pools ) : string[] | ||
get_enabled_state ( string pools ) : CommonEnabledState[] | ||
get_lb_method ( string pools ) : GlobalLBLBMethod[] | ||
get_list ( ) : string[] | ||
get_member ( string pools ) : string[][] | ||
get_member_enabled_state ( string pools, string members ) : CommonEnabledState[][] | ||
get_member_object_status ( string pools, string members ) : iControl.CommonObjectStatus[][] | ||
get_member_order ( string pools, string members ) : long[][] | ||
get_member_statistics ( string pools, string members ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[] | ||
get_object_status ( string pools ) : iControl.CommonObjectStatus[] | ||
get_statistics ( string pools ) : |
||
get_version ( ) : string | ||
remove_all_members ( string pools ) : void | ||
remove_member ( string pools, string members ) : void | ||
reset_member_statistics ( string pools, string members ) : void | ||
reset_statistics ( string pools ) : void | ||
set_description ( string pools, string descriptions ) : void | ||
set_enabled_state ( string pools, CommonEnabledState states ) : void | ||
set_lb_method ( string pools, GlobalLBLBMethod lb_methods ) : void | ||
set_member_enabled_state ( string pools, string members, CommonEnabledState states ) : void | ||
set_member_order ( string pools, string members, long orders ) : void |
public Beginadd_member ( string pools, string members, long orders, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
members | string | |
orders | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate ( string pools, GlobalLBLBMethod lb_methods, string members, long orders, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
lb_methods | GlobalLBLBMethod | |
members | string | |
orders | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_prober_pools ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_prober_pool ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_all_member_statistics ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_enabled_state ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_lb_method ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
pools | 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 ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_member_enabled_state ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
members | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_member_object_status ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
members | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_member_order ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
members | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_member_statistics ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
members | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_object_status ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_statistics ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
pools | 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 Beginremove_all_members ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_member ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
members | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginreset_member_statistics ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
members | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginreset_statistics ( string pools, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string pools, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_enabled_state ( string pools, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_lb_method ( string pools, GlobalLBLBMethod lb_methods, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
lb_methods | GlobalLBLBMethod | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_member_enabled_state ( string pools, string members, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
members | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_member_order ( string pools, string members, long orders, System callback, object asyncState ) : System.IAsyncResult | ||
pools | string | |
members | string | |
orders | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endadd_member ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_prober_pools ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_prober_pool ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_all_member_statistics ( System asyncResult ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[] | ||
asyncResult | System | |
return | iControl.GlobalLBProberPoolProberPoolMemberStatistics[] |
public Endget_all_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_lb_method ( System asyncResult ) : GlobalLBLBMethod[] | ||
asyncResult | System | |
return | GlobalLBLBMethod[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_member ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_member_enabled_state ( System asyncResult ) : CommonEnabledState[][] | ||
asyncResult | System | |
return | CommonEnabledState[][] |
public Endget_member_object_status ( System asyncResult ) : iControl.CommonObjectStatus[][] | ||
asyncResult | System | |
return | iControl.CommonObjectStatus[][] |
public Endget_member_order ( System asyncResult ) : long[][] | ||
asyncResult | System | |
return | long[][] |
public Endget_member_statistics ( System asyncResult ) : iControl.GlobalLBProberPoolProberPoolMemberStatistics[] | ||
asyncResult | System | |
return | iControl.GlobalLBProberPoolProberPoolMemberStatistics[] |
public Endget_object_status ( System asyncResult ) : iControl.CommonObjectStatus[] | ||
asyncResult | System | |
return | iControl.CommonObjectStatus[] |
public Endget_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endremove_all_members ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_member ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endreset_member_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endreset_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_lb_method ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_member_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_member_order ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |