Method | Description | |
---|---|---|
Begincreate ( string ras, string vlans, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_router_advertisements ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_router_advertisement ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_enabled_state ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_managed_flag_state ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_maximum_hop ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_maximum_interval ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_minimum_interval ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_mtu ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_other_configuration_flag_state ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_reachable_time ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_retransmit_time ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_router_lifetime ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_vlan ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_enabled_state ( string ras, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_managed_flag_state ( string ras, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_maximum_hop ( string ras, long values, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_maximum_interval ( string ras, long intervals, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_minimum_interval ( string ras, long intervals, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_mtu ( string ras, long mtus, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_other_configuration_flag_state ( string ras, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_reachable_time ( string ras, long times, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_retransmit_time ( string ras, long times, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_router_lifetime ( string ras, long lifetimes, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_vlan ( string ras, string vlans, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_router_advertisements ( System asyncResult ) : void | ||
Enddelete_router_advertisement ( System asyncResult ) : void | ||
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_managed_flag_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_maximum_hop ( System asyncResult ) : long[] | ||
Endget_maximum_interval ( System asyncResult ) : long[] | ||
Endget_minimum_interval ( System asyncResult ) : long[] | ||
Endget_mtu ( System asyncResult ) : long[] | ||
Endget_other_configuration_flag_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_reachable_time ( System asyncResult ) : long[] | ||
Endget_retransmit_time ( System asyncResult ) : long[] | ||
Endget_router_lifetime ( System asyncResult ) : long[] | ||
Endget_version ( System asyncResult ) : string | ||
Endget_vlan ( System asyncResult ) : string[] | ||
Endset_enabled_state ( System asyncResult ) : void | ||
Endset_managed_flag_state ( System asyncResult ) : void | ||
Endset_maximum_hop ( System asyncResult ) : void | ||
Endset_maximum_interval ( System asyncResult ) : void | ||
Endset_minimum_interval ( System asyncResult ) : void | ||
Endset_mtu ( System asyncResult ) : void | ||
Endset_other_configuration_flag_state ( System asyncResult ) : void | ||
Endset_reachable_time ( System asyncResult ) : void | ||
Endset_retransmit_time ( System asyncResult ) : void | ||
Endset_router_lifetime ( System asyncResult ) : void | ||
Endset_vlan ( System asyncResult ) : void | ||
NetworkingRouterAdvertisement ( ) : System |
Method | Description | |
---|---|---|
create ( string ras, string vlans ) : void | ||
delete_all_router_advertisements ( ) : void | ||
delete_router_advertisement ( string ras ) : void | ||
get_enabled_state ( string ras ) : CommonEnabledState[] | ||
get_list ( ) : string[] | ||
get_managed_flag_state ( string ras ) : CommonEnabledState[] | ||
get_maximum_hop ( string ras ) : long[] | ||
get_maximum_interval ( string ras ) : long[] | ||
get_minimum_interval ( string ras ) : long[] | ||
get_mtu ( string ras ) : long[] | ||
get_other_configuration_flag_state ( string ras ) : CommonEnabledState[] | ||
get_reachable_time ( string ras ) : long[] | ||
get_retransmit_time ( string ras ) : long[] | ||
get_router_lifetime ( string ras ) : long[] | ||
get_version ( ) : string | ||
get_vlan ( string ras ) : string[] | ||
set_enabled_state ( string ras, CommonEnabledState states ) : void | ||
set_managed_flag_state ( string ras, CommonEnabledState states ) : void | ||
set_maximum_hop ( string ras, long values ) : void | ||
set_maximum_interval ( string ras, long intervals ) : void | ||
set_minimum_interval ( string ras, long intervals ) : void | ||
set_mtu ( string ras, long mtus ) : void | ||
set_other_configuration_flag_state ( string ras, CommonEnabledState states ) : void | ||
set_reachable_time ( string ras, long times ) : void | ||
set_retransmit_time ( string ras, long times ) : void | ||
set_router_lifetime ( string ras, long lifetimes ) : void | ||
set_vlan ( string ras, string vlans ) : void |
public Begincreate ( string ras, string vlans, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
vlans | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_router_advertisements ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_router_advertisement ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_enabled_state ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
ras | 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_managed_flag_state ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_maximum_hop ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_maximum_interval ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_minimum_interval ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_mtu ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_other_configuration_flag_state ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_reachable_time ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_retransmit_time ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_router_lifetime ( string ras, System callback, object asyncState ) : System.IAsyncResult | ||
ras | 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 ras, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_enabled_state ( string ras, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_managed_flag_state ( string ras, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_maximum_hop ( string ras, long values, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
values | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_maximum_interval ( string ras, long intervals, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
intervals | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_minimum_interval ( string ras, long intervals, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
intervals | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_mtu ( string ras, long mtus, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
mtus | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_other_configuration_flag_state ( string ras, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_reachable_time ( string ras, long times, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
times | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_retransmit_time ( string ras, long times, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
times | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_router_lifetime ( string ras, long lifetimes, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
lifetimes | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_vlan ( string ras, string vlans, System callback, object asyncState ) : System.IAsyncResult | ||
ras | string | |
vlans | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_router_advertisements ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_router_advertisement ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_managed_flag_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_maximum_hop ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_maximum_interval ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_minimum_interval ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_mtu ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_other_configuration_flag_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_reachable_time ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_retransmit_time ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_router_lifetime ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_vlan ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endset_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_managed_flag_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_maximum_hop ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_maximum_interval ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_minimum_interval ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_mtu ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_other_configuration_flag_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_reachable_time ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_retransmit_time ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_router_lifetime ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_vlan ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public NetworkingRouterAdvertisement ( ) : System | ||
return | System |