C# Class iControl.LocalLBALGLogProfile

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

Public Methods

Method Description
Beginadd_end_control_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
Beginadd_end_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
Beginadd_start_control_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
Beginadd_start_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Begindelete_alg_log_profile ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_alg_log_profiles ( System callback, object asyncState ) : System.IAsyncResult
Beginget_default_profile ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_end_control_channel_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_end_control_channel_element ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_end_data_channel_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_end_data_channel_element ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_inbound_transaction_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_start_control_channel_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_start_control_channel_element ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_start_data_channel_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_start_data_channel_element ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_base_profile ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginis_system_profile ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_end_control_channel_elements ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_end_data_channel_elements ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_start_control_channel_elements ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_start_data_channel_elements ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginremove_end_control_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
Beginremove_end_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
Beginremove_start_control_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
Beginremove_start_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_profile ( string profiles, string defaults, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string profiles, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_end_control_channel_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_end_data_channel_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_inbound_transaction_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_start_control_channel_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_start_data_channel_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
Endadd_end_control_channel_element ( System asyncResult ) : void
Endadd_end_data_channel_element ( System asyncResult ) : void
Endadd_start_control_channel_element ( System asyncResult ) : void
Endadd_start_data_channel_element ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_alg_log_profile ( System asyncResult ) : void
Enddelete_all_alg_log_profiles ( System asyncResult ) : void
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_end_control_channel_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
Endget_end_control_channel_element ( System asyncResult ) : iControl.LocalLBProfileLogElementSequence[]
Endget_end_data_channel_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
Endget_end_data_channel_element ( System asyncResult ) : iControl.LocalLBProfileLogElementSequence[]
Endget_inbound_transaction_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
Endget_list ( System asyncResult ) : string[]
Endget_start_control_channel_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
Endget_start_control_channel_element ( System asyncResult ) : iControl.LocalLBProfileLogElementSequence[]
Endget_start_data_channel_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
Endget_start_data_channel_element ( System asyncResult ) : iControl.LocalLBProfileLogElementSequence[]
Endget_version ( System asyncResult ) : string
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endremove_all_end_control_channel_elements ( System asyncResult ) : void
Endremove_all_end_data_channel_elements ( System asyncResult ) : void
Endremove_all_start_control_channel_elements ( System asyncResult ) : void
Endremove_all_start_data_channel_elements ( System asyncResult ) : void
Endremove_end_control_channel_element ( System asyncResult ) : void
Endremove_end_data_channel_element ( System asyncResult ) : void
Endremove_start_control_channel_element ( System asyncResult ) : void
Endremove_start_data_channel_element ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_end_control_channel_action ( System asyncResult ) : void
Endset_end_data_channel_action ( System asyncResult ) : void
Endset_inbound_transaction_action ( System asyncResult ) : void
Endset_start_control_channel_action ( System asyncResult ) : void
Endset_start_data_channel_action ( System asyncResult ) : void
LocalLBALGLogProfile ( ) : System

Private Methods

Method Description
add_end_control_channel_element ( string profiles, LocalLBProfileLogElementSequence elements ) : void
add_end_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements ) : void
add_start_control_channel_element ( string profiles, LocalLBProfileLogElementSequence elements ) : void
add_start_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements ) : void
create ( string profiles ) : void
delete_alg_log_profile ( string profiles ) : void
delete_all_alg_log_profiles ( ) : void
get_default_profile ( string profiles ) : string[]
get_description ( string profiles ) : string[]
get_end_control_channel_action ( string profiles ) : iControl.LocalLBProfileLogAction[]
get_end_control_channel_element ( string profiles ) : iControl.LocalLBProfileLogElementSequence[]
get_end_data_channel_action ( string profiles ) : iControl.LocalLBProfileLogAction[]
get_end_data_channel_element ( string profiles ) : iControl.LocalLBProfileLogElementSequence[]
get_inbound_transaction_action ( string profiles ) : iControl.LocalLBProfileLogAction[]
get_list ( ) : string[]
get_start_control_channel_action ( string profiles ) : iControl.LocalLBProfileLogAction[]
get_start_control_channel_element ( string profiles ) : iControl.LocalLBProfileLogElementSequence[]
get_start_data_channel_action ( string profiles ) : iControl.LocalLBProfileLogAction[]
get_start_data_channel_element ( string profiles ) : iControl.LocalLBProfileLogElementSequence[]
get_version ( ) : string
is_base_profile ( string profiles ) : bool[]
is_system_profile ( string profiles ) : bool[]
remove_all_end_control_channel_elements ( string profiles ) : void
remove_all_end_data_channel_elements ( string profiles ) : void
remove_all_start_control_channel_elements ( string profiles ) : void
remove_all_start_data_channel_elements ( string profiles ) : void
remove_end_control_channel_element ( string profiles, LocalLBProfileLogElementSequence elements ) : void
remove_end_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements ) : void
remove_start_control_channel_element ( string profiles, LocalLBProfileLogElementSequence elements ) : void
remove_start_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements ) : void
set_default_profile ( string profiles, string defaults ) : void
set_description ( string profiles, string descriptions ) : void
set_end_control_channel_action ( string profiles, LocalLBProfileLogAction actions ) : void
set_end_data_channel_action ( string profiles, LocalLBProfileLogAction actions ) : void
set_inbound_transaction_action ( string profiles, LocalLBProfileLogAction actions ) : void
set_start_control_channel_action ( string profiles, LocalLBProfileLogAction actions ) : void
set_start_data_channel_action ( string profiles, LocalLBProfileLogAction actions ) : void

Method Details

Beginadd_end_control_channel_element() public method

public Beginadd_end_control_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
profiles string
elements LocalLBProfileLogElementSequence
callback System
asyncState object
return System.IAsyncResult

Beginadd_end_data_channel_element() public method

public Beginadd_end_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
profiles string
elements LocalLBProfileLogElementSequence
callback System
asyncState object
return System.IAsyncResult

Beginadd_start_control_channel_element() public method

public Beginadd_start_control_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
profiles string
elements LocalLBProfileLogElementSequence
callback System
asyncState object
return System.IAsyncResult

Beginadd_start_data_channel_element() public method

public Beginadd_start_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
profiles string
elements LocalLBProfileLogElementSequence
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

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

Begindelete_alg_log_profile() public method

public Begindelete_alg_log_profile ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_alg_log_profiles() public method

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

Beginget_default_profile() public method

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

Beginget_description() public method

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

Beginget_end_control_channel_action() public method

public Beginget_end_control_channel_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginget_end_control_channel_element() public method

public Beginget_end_control_channel_element ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginget_end_data_channel_action() public method

public Beginget_end_data_channel_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginget_end_data_channel_element() public method

public Beginget_end_data_channel_element ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginget_inbound_transaction_action() public method

public Beginget_inbound_transaction_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles 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_start_control_channel_action() public method

public Beginget_start_control_channel_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginget_start_control_channel_element() public method

public Beginget_start_control_channel_element ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginget_start_data_channel_action() public method

public Beginget_start_data_channel_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginget_start_data_channel_element() public method

public Beginget_start_data_channel_element ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles 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 profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginis_system_profile() public method

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

Beginremove_all_end_control_channel_elements() public method

public Beginremove_all_end_control_channel_elements ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginremove_all_end_data_channel_elements() public method

public Beginremove_all_end_data_channel_elements ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginremove_all_start_control_channel_elements() public method

public Beginremove_all_start_control_channel_elements ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginremove_all_start_data_channel_elements() public method

public Beginremove_all_start_data_channel_elements ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult

Beginremove_end_control_channel_element() public method

public Beginremove_end_control_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
profiles string
elements LocalLBProfileLogElementSequence
callback System
asyncState object
return System.IAsyncResult

Beginremove_end_data_channel_element() public method

public Beginremove_end_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
profiles string
elements LocalLBProfileLogElementSequence
callback System
asyncState object
return System.IAsyncResult

Beginremove_start_control_channel_element() public method

public Beginremove_start_control_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
profiles string
elements LocalLBProfileLogElementSequence
callback System
asyncState object
return System.IAsyncResult

Beginremove_start_data_channel_element() public method

public Beginremove_start_data_channel_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
profiles string
elements LocalLBProfileLogElementSequence
callback System
asyncState object
return System.IAsyncResult

Beginset_default_profile() public method

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

Beginset_description() public method

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

Beginset_end_control_channel_action() public method

public Beginset_end_control_channel_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
profiles string
actions LocalLBProfileLogAction
callback System
asyncState object
return System.IAsyncResult

Beginset_end_data_channel_action() public method

public Beginset_end_data_channel_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
profiles string
actions LocalLBProfileLogAction
callback System
asyncState object
return System.IAsyncResult

Beginset_inbound_transaction_action() public method

public Beginset_inbound_transaction_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
profiles string
actions LocalLBProfileLogAction
callback System
asyncState object
return System.IAsyncResult

Beginset_start_control_channel_action() public method

public Beginset_start_control_channel_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
profiles string
actions LocalLBProfileLogAction
callback System
asyncState object
return System.IAsyncResult

Beginset_start_data_channel_action() public method

public Beginset_start_data_channel_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
profiles string
actions LocalLBProfileLogAction
callback System
asyncState object
return System.IAsyncResult

Endadd_end_control_channel_element() public method

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

Endadd_end_data_channel_element() public method

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

Endadd_start_control_channel_element() public method

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

Endadd_start_data_channel_element() public method

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

Endcreate() public method

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

Enddelete_alg_log_profile() public method

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

Enddelete_all_alg_log_profiles() public method

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

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_end_control_channel_action() public method

public Endget_end_control_channel_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
asyncResult System
return iControl.LocalLBProfileLogAction[]

Endget_end_control_channel_element() public method

public Endget_end_control_channel_element ( System asyncResult ) : iControl.LocalLBProfileLogElementSequence[]
asyncResult System
return iControl.LocalLBProfileLogElementSequence[]

Endget_end_data_channel_action() public method

public Endget_end_data_channel_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
asyncResult System
return iControl.LocalLBProfileLogAction[]

Endget_end_data_channel_element() public method

public Endget_end_data_channel_element ( System asyncResult ) : iControl.LocalLBProfileLogElementSequence[]
asyncResult System
return iControl.LocalLBProfileLogElementSequence[]

Endget_inbound_transaction_action() public method

public Endget_inbound_transaction_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
asyncResult System
return iControl.LocalLBProfileLogAction[]

Endget_list() public method

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

Endget_start_control_channel_action() public method

public Endget_start_control_channel_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
asyncResult System
return iControl.LocalLBProfileLogAction[]

Endget_start_control_channel_element() public method

public Endget_start_control_channel_element ( System asyncResult ) : iControl.LocalLBProfileLogElementSequence[]
asyncResult System
return iControl.LocalLBProfileLogElementSequence[]

Endget_start_data_channel_action() public method

public Endget_start_data_channel_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
asyncResult System
return iControl.LocalLBProfileLogAction[]

Endget_start_data_channel_element() public method

public Endget_start_data_channel_element ( System asyncResult ) : iControl.LocalLBProfileLogElementSequence[]
asyncResult System
return iControl.LocalLBProfileLogElementSequence[]

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[]

Endremove_all_end_control_channel_elements() public method

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

Endremove_all_end_data_channel_elements() public method

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

Endremove_all_start_control_channel_elements() public method

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

Endremove_all_start_data_channel_elements() public method

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

Endremove_end_control_channel_element() public method

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

Endremove_end_data_channel_element() public method

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

Endremove_start_control_channel_element() public method

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

Endremove_start_data_channel_element() public method

public Endremove_start_data_channel_element ( 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_end_control_channel_action() public method

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

Endset_end_data_channel_action() public method

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

Endset_inbound_transaction_action() public method

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

Endset_start_control_channel_action() public method

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

Endset_start_data_channel_action() public method

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

LocalLBALGLogProfile() public method

public LocalLBALGLogProfile ( ) : System
return System