메소드 | 설명 | |
---|---|---|
Beginadd_vlan ( long stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( long stp_instances, long priorities, string vlan_names, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_instances ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_instance ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_bridge_priority ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_interface_active_state ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_interface_path_cost ( long stp_instances, string interfaces, NetworkingSTPInstancePathCostType path_cost_types, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_interface_priority ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_interface_requested_state ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_interface_role ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_regional_root_bridge_mac_address ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_root_bridge_mac_address ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_vlan ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_vlans ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_vlan ( long stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_bridge_priority ( long stp_instances, long priorities, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_interface_path_cost ( long stp_instances, |
||
Beginset_interface_priority ( long stp_instances, |
||
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_interface_active_state ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfaceSTPState[][] | ||
Endget_interface_path_cost ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfacePathCost[][] | ||
Endget_interface_priority ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfacePriority[][] | ||
Endget_interface_requested_state ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfaceSTPState[][] | ||
Endget_interface_role ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfaceSTPRole[][] | ||
Endget_list ( System asyncResult ) : long[] | ||
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_interface_path_cost ( System asyncResult ) : void | ||
Endset_interface_priority ( System asyncResult ) : void | ||
NetworkingSTPInstance ( ) : System |
메소드 | 설명 | |
---|---|---|
add_vlan ( long stp_instances, string vlan_names ) : void | ||
create ( long stp_instances, long priorities, string vlan_names ) : void | ||
delete_all_instances ( ) : void | ||
delete_instance ( long stp_instances ) : void | ||
get_bridge_priority ( long stp_instances ) : long[] | ||
get_interface_active_state ( long stp_instances, string interfaces ) : iControl.NetworkingSTPInstanceInterfaceSTPState[][] | ||
get_interface_path_cost ( long stp_instances, string interfaces, NetworkingSTPInstancePathCostType path_cost_types ) : iControl.NetworkingSTPInstanceInterfacePathCost[][] | ||
get_interface_priority ( long stp_instances, string interfaces ) : iControl.NetworkingSTPInstanceInterfacePriority[][] | ||
get_interface_requested_state ( long stp_instances, string interfaces ) : iControl.NetworkingSTPInstanceInterfaceSTPState[][] | ||
get_interface_role ( long stp_instances, string interfaces ) : iControl.NetworkingSTPInstanceInterfaceSTPRole[][] | ||
get_list ( ) : long[] | ||
get_regional_root_bridge_mac_address ( long stp_instances ) : string[] | ||
get_root_bridge_mac_address ( long stp_instances ) : string[] | ||
get_version ( ) : string | ||
get_vlan ( long stp_instances ) : string[][] | ||
remove_all_vlans ( long stp_instances ) : void | ||
remove_vlan ( long stp_instances, string vlan_names ) : void | ||
set_bridge_priority ( long stp_instances, long priorities ) : void | ||
set_interface_path_cost ( long stp_instances, |
||
set_interface_priority ( long stp_instances, |
public Beginadd_vlan ( long stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
vlan_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begincreate ( long stp_instances, long priorities, string vlan_names, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
priorities | long | |
vlan_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_all_instances ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Begindelete_instance ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_bridge_priority ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_interface_active_state ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
interfaces | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_interface_path_cost ( long stp_instances, string interfaces, NetworkingSTPInstancePathCostType path_cost_types, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
interfaces | string | |
path_cost_types | NetworkingSTPInstancePathCostType | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_interface_priority ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
interfaces | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_interface_requested_state ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
interfaces | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_interface_role ( long stp_instances, string interfaces, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
interfaces | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_regional_root_bridge_mac_address ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_root_bridge_mac_address ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginget_vlan ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_all_vlans ( long stp_instances, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginremove_vlan ( long stp_instances, string vlan_names, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
vlan_names | string | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_bridge_priority ( long stp_instances, long priorities, System callback, object asyncState ) : System.IAsyncResult | ||
stp_instances | long | |
priorities | long | |
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_interface_path_cost ( long stp_instances, |
||
stp_instances | long | |
path_costs | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Beginset_interface_priority ( long stp_instances, |
||
stp_instances | long | |
priorities | ||
callback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public Enddelete_all_instances ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Enddelete_instance ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endget_bridge_priority ( System asyncResult ) : long[] | ||
asyncResult | System | |
리턴 | long[] |
public Endget_interface_active_state ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfaceSTPState[][] | ||
asyncResult | System | |
리턴 | iControl.NetworkingSTPInstanceInterfaceSTPState[][] |
public Endget_interface_path_cost ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfacePathCost[][] | ||
asyncResult | System | |
리턴 | iControl.NetworkingSTPInstanceInterfacePathCost[][] |
public Endget_interface_priority ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfacePriority[][] | ||
asyncResult | System | |
리턴 | iControl.NetworkingSTPInstanceInterfacePriority[][] |
public Endget_interface_requested_state ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfaceSTPState[][] | ||
asyncResult | System | |
리턴 | iControl.NetworkingSTPInstanceInterfaceSTPState[][] |
public Endget_interface_role ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfaceSTPRole[][] | ||
asyncResult | System | |
리턴 | iControl.NetworkingSTPInstanceInterfaceSTPRole[][] |
public Endget_list ( System asyncResult ) : long[] | ||
asyncResult | System | |
리턴 | long[] |
public Endget_regional_root_bridge_mac_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_root_bridge_mac_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
리턴 | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
리턴 | string |
public Endget_vlan ( System asyncResult ) : string[][] | ||
asyncResult | System | |
리턴 | string[][] |
public Endremove_all_vlans ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endremove_vlan ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_bridge_priority ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_interface_path_cost ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |
public Endset_interface_priority ( System asyncResult ) : void | ||
asyncResult | System | |
리턴 | void |