C# Class iControl.NetworkingProfileFEC

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Begincreate ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_decode_idle_timeout ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_decode_maximum_packet ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_decode_queue ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_encode_maximum_delay ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_keepalive_interval ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_lzo_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_repair_adaptive_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_repair_packet ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_adaptive_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_packet ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_udp_port ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_decode_idle_timeout ( string profile_names, CommonProfileULong timeouts, System callback, object asyncState ) : System.IAsyncResult
Beginset_decode_maximum_packet ( string profile_names, CommonProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_decode_queue ( string profile_names, CommonProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_encode_maximum_delay ( string profile_names, CommonProfileULong delays, System callback, object asyncState ) : System.IAsyncResult
Beginset_keepalive_interval ( string profile_names, CommonProfileULong intervals, System callback, object asyncState ) : System.IAsyncResult
Beginset_lzo_state ( string profile_names, CommonProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_repair_adaptive_state ( string profile_names, CommonProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_repair_packet ( string profile_names, CommonProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_adaptive_state ( string profile_names, CommonProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_source_packet ( string profile_names, CommonProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_udp_port ( string profile_names, CommonProfilePortNumber ports, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_decode_idle_timeout ( System asyncResult ) : iControl.CommonProfileULong[]
Endget_decode_maximum_packet ( System asyncResult ) : iControl.CommonProfileULong[]
Endget_decode_queue ( System asyncResult ) : iControl.CommonProfileULong[]
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_encode_maximum_delay ( System asyncResult ) : iControl.CommonProfileULong[]
Endget_keepalive_interval ( System asyncResult ) : iControl.CommonProfileULong[]
Endget_list ( System asyncResult ) : string[]
Endget_lzo_state ( System asyncResult ) : iControl.CommonProfileEnabledState[]
Endget_repair_adaptive_state ( System asyncResult ) : iControl.CommonProfileEnabledState[]
Endget_repair_packet ( System asyncResult ) : iControl.CommonProfileULong[]
Endget_source_adaptive_state ( System asyncResult ) : iControl.CommonProfileEnabledState[]
Endget_source_packet ( System asyncResult ) : iControl.CommonProfileULong[]
Endget_udp_port ( System asyncResult ) : iControl.CommonProfilePortNumber[]
Endget_version ( System asyncResult ) : string
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endset_decode_idle_timeout ( System asyncResult ) : void
Endset_decode_maximum_packet ( System asyncResult ) : void
Endset_decode_queue ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_encode_maximum_delay ( System asyncResult ) : void
Endset_keepalive_interval ( System asyncResult ) : void
Endset_lzo_state ( System asyncResult ) : void
Endset_repair_adaptive_state ( System asyncResult ) : void
Endset_repair_packet ( System asyncResult ) : void
Endset_source_adaptive_state ( System asyncResult ) : void
Endset_source_packet ( System asyncResult ) : void
Endset_udp_port ( System asyncResult ) : void
NetworkingProfileFEC ( ) : System

Private Methods

Method Description
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_decode_idle_timeout ( string profile_names ) : iControl.CommonProfileULong[]
get_decode_maximum_packet ( string profile_names ) : iControl.CommonProfileULong[]
get_decode_queue ( string profile_names ) : iControl.CommonProfileULong[]
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_encode_maximum_delay ( string profile_names ) : iControl.CommonProfileULong[]
get_keepalive_interval ( string profile_names ) : iControl.CommonProfileULong[]
get_list ( ) : string[]
get_lzo_state ( string profile_names ) : CommonProfileEnabledState[]
get_repair_adaptive_state ( string profile_names ) : CommonProfileEnabledState[]
get_repair_packet ( string profile_names ) : CommonProfileULong[]
get_source_adaptive_state ( string profile_names ) : CommonProfileEnabledState[]
get_source_packet ( string profile_names ) : CommonProfileULong[]
get_udp_port ( string profile_names ) : CommonProfilePortNumber[]
get_version ( ) : string
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
set_decode_idle_timeout ( string profile_names, CommonProfileULong timeouts ) : void
set_decode_maximum_packet ( string profile_names, CommonProfileULong values ) : void
set_decode_queue ( string profile_names, CommonProfileULong values ) : void
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void
set_encode_maximum_delay ( string profile_names, CommonProfileULong delays ) : void
set_keepalive_interval ( string profile_names, CommonProfileULong intervals ) : void
set_lzo_state ( string profile_names, CommonProfileEnabledState states ) : void
set_repair_adaptive_state ( string profile_names, CommonProfileEnabledState states ) : void
set_repair_packet ( string profile_names, CommonProfileULong values ) : void
set_source_adaptive_state ( string profile_names, CommonProfileEnabledState states ) : void
set_source_packet ( string profile_names, CommonProfileULong values ) : void
set_udp_port ( string profile_names, CommonProfilePortNumber ports ) : void

Method Details

Begincreate() public method

public Begincreate ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_profiles() public method

public Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Begindelete_profile() public method

public Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_decode_idle_timeout() public method

public Beginget_decode_idle_timeout ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_decode_maximum_packet() public method

public Beginget_decode_maximum_packet ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_decode_queue() public method

public Beginget_decode_queue ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_default_profile() public method

public Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

public Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_encode_maximum_delay() public method

public Beginget_encode_maximum_delay ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_keepalive_interval() public method

public Beginget_keepalive_interval ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_lzo_state() public method

public Beginget_lzo_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_repair_adaptive_state() public method

public Beginget_repair_adaptive_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_repair_packet() public method

public Beginget_repair_packet ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_source_adaptive_state() public method

public Beginget_source_adaptive_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_source_packet() public method

public Beginget_source_packet ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_udp_port() public method

public Beginget_udp_port ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginis_base_profile() public method

public Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginis_system_profile() public method

public Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginset_decode_idle_timeout() public method

public Beginset_decode_idle_timeout ( string profile_names, CommonProfileULong timeouts, System callback, object asyncState ) : System.IAsyncResult
profile_names string
timeouts CommonProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_decode_maximum_packet() public method

public Beginset_decode_maximum_packet ( string profile_names, CommonProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values CommonProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_decode_queue() public method

public Beginset_decode_queue ( string profile_names, CommonProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values CommonProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_default_profile() public method

public Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
profile_names string
defaults string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

public Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
descriptions string
callback System
asyncState object
return System.IAsyncResult

Beginset_encode_maximum_delay() public method

public Beginset_encode_maximum_delay ( string profile_names, CommonProfileULong delays, System callback, object asyncState ) : System.IAsyncResult
profile_names string
delays CommonProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_keepalive_interval() public method

public Beginset_keepalive_interval ( string profile_names, CommonProfileULong intervals, System callback, object asyncState ) : System.IAsyncResult
profile_names string
intervals CommonProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_lzo_state() public method

public Beginset_lzo_state ( string profile_names, CommonProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonProfileEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_repair_adaptive_state() public method

public Beginset_repair_adaptive_state ( string profile_names, CommonProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonProfileEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_repair_packet() public method

public Beginset_repair_packet ( string profile_names, CommonProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values CommonProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_source_adaptive_state() public method

public Beginset_source_adaptive_state ( string profile_names, CommonProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonProfileEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_source_packet() public method

public Beginset_source_packet ( string profile_names, CommonProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values CommonProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_udp_port() public method

public Beginset_udp_port ( string profile_names, CommonProfilePortNumber ports, System callback, object asyncState ) : System.IAsyncResult
profile_names string
ports CommonProfilePortNumber
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_profiles() public method

public Enddelete_all_profiles ( System asyncResult ) : void
asyncResult System
return void

Enddelete_profile() public method

public Enddelete_profile ( System asyncResult ) : void
asyncResult System
return void

Endget_decode_idle_timeout() public method

public Endget_decode_idle_timeout ( System asyncResult ) : iControl.CommonProfileULong[]
asyncResult System
return iControl.CommonProfileULong[]

Endget_decode_maximum_packet() public method

public Endget_decode_maximum_packet ( System asyncResult ) : iControl.CommonProfileULong[]
asyncResult System
return iControl.CommonProfileULong[]

Endget_decode_queue() public method

public Endget_decode_queue ( System asyncResult ) : iControl.CommonProfileULong[]
asyncResult System
return iControl.CommonProfileULong[]

Endget_default_profile() public method

public Endget_default_profile ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_description() public method

public Endget_description ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_encode_maximum_delay() public method

public Endget_encode_maximum_delay ( System asyncResult ) : iControl.CommonProfileULong[]
asyncResult System
return iControl.CommonProfileULong[]

Endget_keepalive_interval() public method

public Endget_keepalive_interval ( System asyncResult ) : iControl.CommonProfileULong[]
asyncResult System
return iControl.CommonProfileULong[]

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_lzo_state() public method

public Endget_lzo_state ( System asyncResult ) : iControl.CommonProfileEnabledState[]
asyncResult System
return iControl.CommonProfileEnabledState[]

Endget_repair_adaptive_state() public method

public Endget_repair_adaptive_state ( System asyncResult ) : iControl.CommonProfileEnabledState[]
asyncResult System
return iControl.CommonProfileEnabledState[]

Endget_repair_packet() public method

public Endget_repair_packet ( System asyncResult ) : iControl.CommonProfileULong[]
asyncResult System
return iControl.CommonProfileULong[]

Endget_source_adaptive_state() public method

public Endget_source_adaptive_state ( System asyncResult ) : iControl.CommonProfileEnabledState[]
asyncResult System
return iControl.CommonProfileEnabledState[]

Endget_source_packet() public method

public Endget_source_packet ( System asyncResult ) : iControl.CommonProfileULong[]
asyncResult System
return iControl.CommonProfileULong[]

Endget_udp_port() public method

public Endget_udp_port ( System asyncResult ) : iControl.CommonProfilePortNumber[]
asyncResult System
return iControl.CommonProfilePortNumber[]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endis_base_profile() public method

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endis_system_profile() public method

public Endis_system_profile ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endset_decode_idle_timeout() public method

public Endset_decode_idle_timeout ( System asyncResult ) : void
asyncResult System
return void

Endset_decode_maximum_packet() public method

public Endset_decode_maximum_packet ( System asyncResult ) : void
asyncResult System
return void

Endset_decode_queue() public method

public Endset_decode_queue ( System asyncResult ) : void
asyncResult System
return void

Endset_default_profile() public method

public Endset_default_profile ( System asyncResult ) : void
asyncResult System
return void

Endset_description() public method

public Endset_description ( System asyncResult ) : void
asyncResult System
return void

Endset_encode_maximum_delay() public method

public Endset_encode_maximum_delay ( System asyncResult ) : void
asyncResult System
return void

Endset_keepalive_interval() public method

public Endset_keepalive_interval ( System asyncResult ) : void
asyncResult System
return void

Endset_lzo_state() public method

public Endset_lzo_state ( System asyncResult ) : void
asyncResult System
return void

Endset_repair_adaptive_state() public method

public Endset_repair_adaptive_state ( System asyncResult ) : void
asyncResult System
return void

Endset_repair_packet() public method

public Endset_repair_packet ( System asyncResult ) : void
asyncResult System
return void

Endset_source_adaptive_state() public method

public Endset_source_adaptive_state ( System asyncResult ) : void
asyncResult System
return void

Endset_source_packet() public method

public Endset_source_packet ( System asyncResult ) : void
asyncResult System
return void

Endset_udp_port() public method

public Endset_udp_port ( System asyncResult ) : void
asyncResult System
return void

NetworkingProfileFEC() public method

public NetworkingProfileFEC ( ) : System
return System