Method | Description | |
---|---|---|
Beginadd_vlan ( long route_domains, string vlans, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( long route_domains, string vlans, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_route_domains ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_route_domain ( long route_domains, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( long route_domains, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_parent_id ( long route_domains, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_strict_state ( long route_domains, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_vlan ( long route_domains, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_vlans ( long route_domains, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_vlan ( long route_domains, string vlans, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( long route_domains, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_parent_id ( long route_domains, long parent_ids, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_strict_state ( long route_domains, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_vlan ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_route_domains ( System asyncResult ) : void | ||
Enddelete_route_domain ( System asyncResult ) : void | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : long[] | ||
Endget_parent_id ( System asyncResult ) : long[] | ||
Endget_strict_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_version ( System asyncResult ) : string | ||
Endget_vlan ( System asyncResult ) : string[][] | ||
Endremove_all_vlans ( System asyncResult ) : void | ||
Endremove_vlan ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_parent_id ( System asyncResult ) : void | ||
Endset_strict_state ( System asyncResult ) : void | ||
NetworkingRouteDomain ( ) : System |
Method | Description | |
---|---|---|
add_vlan ( long route_domains, string vlans ) : void | ||
create ( long route_domains, string vlans ) : void | ||
delete_all_route_domains ( ) : void | ||
delete_route_domain ( long route_domains ) : void | ||
get_description ( long route_domains ) : string[] | ||
get_list ( ) : long[] | ||
get_parent_id ( long route_domains ) : long[] | ||
get_strict_state ( long route_domains ) : CommonEnabledState[] | ||
get_version ( ) : string | ||
get_vlan ( long route_domains ) : string[][] | ||
remove_all_vlans ( long route_domains ) : void | ||
remove_vlan ( long route_domains, string vlans ) : void | ||
set_description ( long route_domains, string descriptions ) : void | ||
set_parent_id ( long route_domains, long parent_ids ) : void | ||
set_strict_state ( long route_domains, CommonEnabledState states ) : void |
public Beginadd_vlan ( long route_domains, string vlans, System callback, object asyncState ) : System.IAsyncResult | ||
route_domains | long | |
vlans | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate ( long route_domains, string vlans, System callback, object asyncState ) : System.IAsyncResult | ||
route_domains | long | |
vlans | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_route_domains ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_route_domain ( long route_domains, System callback, object asyncState ) : System.IAsyncResult | ||
route_domains | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( long route_domains, System callback, object asyncState ) : System.IAsyncResult | ||
route_domains | long | |
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_parent_id ( long route_domains, System callback, object asyncState ) : System.IAsyncResult | ||
route_domains | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_strict_state ( long route_domains, System callback, object asyncState ) : System.IAsyncResult | ||
route_domains | long | |
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 ( long route_domains, System callback, object asyncState ) : System.IAsyncResult | ||
route_domains | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_all_vlans ( long route_domains, System callback, object asyncState ) : System.IAsyncResult | ||
route_domains | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_vlan ( long route_domains, string vlans, System callback, object asyncState ) : System.IAsyncResult | ||
route_domains | long | |
vlans | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( long route_domains, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
route_domains | long | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_parent_id ( long route_domains, long parent_ids, System callback, object asyncState ) : System.IAsyncResult | ||
route_domains | long | |
parent_ids | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_strict_state ( long route_domains, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
route_domains | long | |
states | CommonEnabledState | |
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_route_domains ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_route_domain ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_list ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_parent_id ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_strict_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
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_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_parent_id ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_strict_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |