Method | Description | |
---|---|---|
Beginadd_vlan ( string stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string stp_instances, long ids, long priorities, string vlan_names, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_instances ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_instance ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_bridge_priority ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_instance_id ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_interface_active_state ( string stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_interface_path_cost ( string stp_instances, string interfaces, NetworkingSTPInstanceV2PathCostType path_cost_types, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_interface_priority ( string stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_interface_requested_state ( string stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_interface_role ( string stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_regional_root_bridge_mac_address ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_root_bridge_mac_address ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_vlan ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_vlans ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_vlan ( string stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_bridge_priority ( string stp_instances, long priorities, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string stp_instances, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_interface_path_cost ( string stp_instances, string interfaces, |
||
Beginset_interface_priority ( string stp_instances, string interfaces, long priorities, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_vlan ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_instances ( System asyncResult ) : void | ||
Enddelete_instance ( System asyncResult ) : void | ||
Endget_bridge_priority ( System asyncResult ) : long[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_instance_id ( System asyncResult ) : long[] | ||
Endget_interface_active_state ( System asyncResult ) : NetworkingSTPStateType[][] | ||
Endget_interface_path_cost ( System asyncResult ) : iControl.NetworkingSTPInstanceV2PathCost[][] | ||
Endget_interface_priority ( System asyncResult ) : long[][] | ||
Endget_interface_requested_state ( System asyncResult ) : NetworkingSTPStateType[][] | ||
Endget_interface_role ( System asyncResult ) : NetworkingSTPRoleType[][] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_regional_root_bridge_mac_address ( System asyncResult ) : string[] | ||
Endget_root_bridge_mac_address ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endget_vlan ( System asyncResult ) : string[][] | ||
Endremove_all_vlans ( System asyncResult ) : void | ||
Endremove_vlan ( System asyncResult ) : void | ||
Endset_bridge_priority ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_interface_path_cost ( System asyncResult ) : void | ||
Endset_interface_priority ( System asyncResult ) : void | ||
NetworkingSTPInstanceV2 ( ) : System |
Method | Description | |
---|---|---|
add_vlan ( string stp_instances, string vlan_names ) : void | ||
create ( string stp_instances, long ids, long priorities, string vlan_names ) : void | ||
delete_all_instances ( ) : void | ||
delete_instance ( string stp_instances ) : void | ||
get_bridge_priority ( string stp_instances ) : long[] | ||
get_description ( string stp_instances ) : string[] | ||
get_instance_id ( string stp_instances ) : long[] | ||
get_interface_active_state ( string stp_instances, string interfaces ) : NetworkingSTPStateType[][] | ||
get_interface_path_cost ( string stp_instances, string interfaces, NetworkingSTPInstanceV2PathCostType path_cost_types ) : iControl.NetworkingSTPInstanceV2PathCost[][] | ||
get_interface_priority ( string stp_instances, string interfaces ) : long[][] | ||
get_interface_requested_state ( string stp_instances, string interfaces ) : NetworkingSTPStateType[][] | ||
get_interface_role ( string stp_instances, string interfaces ) : NetworkingSTPRoleType[][] | ||
get_list ( ) : string[] | ||
get_regional_root_bridge_mac_address ( string stp_instances ) : string[] | ||
get_root_bridge_mac_address ( string stp_instances ) : string[] | ||
get_version ( ) : string | ||
get_vlan ( string stp_instances ) : string[][] | ||
remove_all_vlans ( string stp_instances ) : void | ||
remove_vlan ( string stp_instances, string vlan_names ) : void | ||
set_bridge_priority ( string stp_instances, long priorities ) : void | ||
set_description ( string stp_instances, string descriptions ) : void | ||
set_interface_path_cost ( string stp_instances, string interfaces, |
||
set_interface_priority ( string stp_instances, string interfaces, long priorities ) : void |
public Beginadd_vlan ( string stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
vlan_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate ( string stp_instances, long ids, long priorities, string vlan_names, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
ids | long | |
priorities | long | |
vlan_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_instances ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_instance ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_bridge_priority ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_instance_id ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_interface_active_state ( string stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
interfaces | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_interface_path_cost ( string stp_instances, string interfaces, NetworkingSTPInstanceV2PathCostType path_cost_types, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
interfaces | string | |
path_cost_types | NetworkingSTPInstanceV2PathCostType | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_interface_priority ( string stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
interfaces | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_interface_requested_state ( string stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
interfaces | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_interface_role ( string stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
interfaces | 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_regional_root_bridge_mac_address ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_root_bridge_mac_address ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | 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 Beginget_vlan ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_all_vlans ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_vlan ( string stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
vlan_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_bridge_priority ( string stp_instances, long priorities, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
priorities | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string stp_instances, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_interface_path_cost ( string stp_instances, string interfaces, |
||
stp_instances | string | |
interfaces | string | |
path_costs | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_interface_priority ( string stp_instances, string interfaces, long priorities, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | string | |
interfaces | string | |
priorities | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endadd_vlan ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_instances ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_instance ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_bridge_priority ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_instance_id ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_interface_active_state ( System asyncResult ) : NetworkingSTPStateType[][] | ||
asyncResult | System | |
return | NetworkingSTPStateType[][] |
public Endget_interface_path_cost ( System asyncResult ) : iControl.NetworkingSTPInstanceV2PathCost[][] | ||
asyncResult | System | |
return | iControl.NetworkingSTPInstanceV2PathCost[][] |
public Endget_interface_priority ( System asyncResult ) : long[][] | ||
asyncResult | System | |
return | long[][] |
public Endget_interface_requested_state ( System asyncResult ) : NetworkingSTPStateType[][] | ||
asyncResult | System | |
return | NetworkingSTPStateType[][] |
public Endget_interface_role ( System asyncResult ) : NetworkingSTPRoleType[][] | ||
asyncResult | System | |
return | NetworkingSTPRoleType[][] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_regional_root_bridge_mac_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_root_bridge_mac_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_vlan ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endremove_all_vlans ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_vlan ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_bridge_priority ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_interface_path_cost ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_interface_priority ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |