Method | Description | |
---|---|---|
Begincreate ( string subnets, |
||
Begindelete_all_subnets ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_subnet ( string subnets, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string subnets, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_destination ( string subnets, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_enabled_state ( string subnets, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_label ( string subnets, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_metric ( string subnets, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string subnets, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_enabled_state ( string subnets, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_label ( string subnets, string labels, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_metric ( string subnets, long metrics, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_subnets ( System asyncResult ) : void | ||
Enddelete_subnet ( System asyncResult ) : void | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_destination ( System asyncResult ) : iControl.NetworkingiSessionAdvertisedRouteV2RouteDestination[] | ||
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_label ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_metric ( System asyncResult ) : long[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_description ( System asyncResult ) : void | ||
Endset_enabled_state ( System asyncResult ) : void | ||
Endset_label ( System asyncResult ) : void | ||
Endset_metric ( System asyncResult ) : void | ||
NetworkingiSessionAdvertisedRouteV2 ( ) : System |
Method | Description | |
---|---|---|
create ( string subnets, |
||
delete_all_subnets ( ) : void | ||
delete_subnet ( string subnets ) : void | ||
get_description ( string subnets ) : string[] | ||
get_destination ( string subnets ) : iControl.NetworkingiSessionAdvertisedRouteV2RouteDestination[] | ||
get_enabled_state ( string subnets ) : CommonEnabledState[] | ||
get_label ( string subnets ) : string[] | ||
get_list ( ) : string[] | ||
get_metric ( string subnets ) : long[] | ||
get_version ( ) : string | ||
set_description ( string subnets, string descriptions ) : void | ||
set_enabled_state ( string subnets, CommonEnabledState states ) : void | ||
set_label ( string subnets, string labels ) : void | ||
set_metric ( string subnets, long metrics ) : void |
public Begincreate ( string subnets, |
||
subnets | string | |
destinations | ||
states | CommonEnabledState | |
metrics | long | |
labels | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_subnets ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_subnet ( string subnets, System callback, object asyncState ) : System.IAsyncResult | ||
subnets | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string subnets, System callback, object asyncState ) : System.IAsyncResult | ||
subnets | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_destination ( string subnets, System callback, object asyncState ) : System.IAsyncResult | ||
subnets | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_enabled_state ( string subnets, System callback, object asyncState ) : System.IAsyncResult | ||
subnets | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_label ( string subnets, System callback, object asyncState ) : System.IAsyncResult | ||
subnets | 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_metric ( string subnets, System callback, object asyncState ) : System.IAsyncResult | ||
subnets | 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 Beginset_description ( string subnets, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
subnets | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_enabled_state ( string subnets, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
subnets | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_label ( string subnets, string labels, System callback, object asyncState ) : System.IAsyncResult | ||
subnets | string | |
labels | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_metric ( string subnets, long metrics, System callback, object asyncState ) : System.IAsyncResult | ||
subnets | string | |
metrics | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_subnets ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_subnet ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_destination ( System asyncResult ) : iControl.NetworkingiSessionAdvertisedRouteV2RouteDestination[] | ||
asyncResult | System | |
return | iControl.NetworkingiSessionAdvertisedRouteV2RouteDestination[] |
public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_label ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_metric ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_label ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_metric ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public NetworkingiSessionAdvertisedRouteV2 ( ) : System | ||
return | System |