C# Class iControl.LocalLBLSNLogProfile

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

Public Methods

Method Description
Beginadd_end_outbound_session_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
Beginadd_start_outbound_session_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_lsn_log_profiles ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_lsn_log_profile ( string 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_inbound_session_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_end_outbound_session_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_end_outbound_session_element ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_errors_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_quota_exceeded_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_start_inbound_session_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_start_outbound_session_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginget_start_outbound_session_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_outbound_session_elements ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_start_outbound_session_elements ( string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginremove_end_outbound_session_element ( string profiles, LocalLBProfileLogElementSequence elements, System callback, object asyncState ) : System.IAsyncResult
Beginremove_start_outbound_session_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_inbound_session_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_end_outbound_session_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_errors_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_quota_exceeded_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_start_inbound_session_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
Beginset_start_outbound_session_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
Endadd_end_outbound_session_element ( System asyncResult ) : void
Endadd_start_outbound_session_element ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_lsn_log_profiles ( System asyncResult ) : void
Enddelete_lsn_log_profile ( System asyncResult ) : void
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_end_inbound_session_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
Endget_end_outbound_session_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
Endget_end_outbound_session_element ( System asyncResult ) : iControl.LocalLBProfileLogElementSequence[]
Endget_errors_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
Endget_list ( System asyncResult ) : string[]
Endget_quota_exceeded_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
Endget_start_inbound_session_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
Endget_start_outbound_session_action ( System asyncResult ) : iControl.LocalLBProfileLogAction[]
Endget_start_outbound_session_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_outbound_session_elements ( System asyncResult ) : void
Endremove_all_start_outbound_session_elements ( System asyncResult ) : void
Endremove_end_outbound_session_element ( System asyncResult ) : void
Endremove_start_outbound_session_element ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_end_inbound_session_action ( System asyncResult ) : void
Endset_end_outbound_session_action ( System asyncResult ) : void
Endset_errors_action ( System asyncResult ) : void
Endset_quota_exceeded_action ( System asyncResult ) : void
Endset_start_inbound_session_action ( System asyncResult ) : void
Endset_start_outbound_session_action ( System asyncResult ) : void
LocalLBLSNLogProfile ( ) : System

Private Methods

Method Description
add_end_outbound_session_element ( string profiles, LocalLBProfileLogElementSequence elements ) : void
add_start_outbound_session_element ( string profiles, LocalLBProfileLogElementSequence elements ) : void
create ( string profiles ) : void
delete_all_lsn_log_profiles ( ) : void
delete_lsn_log_profile ( string profiles ) : void
get_default_profile ( string profiles ) : string[]
get_description ( string profiles ) : string[]
get_end_inbound_session_action ( string profiles ) : iControl.LocalLBProfileLogAction[]
get_end_outbound_session_action ( string profiles ) : iControl.LocalLBProfileLogAction[]
get_end_outbound_session_element ( string profiles ) : iControl.LocalLBProfileLogElementSequence[]
get_errors_action ( string profiles ) : iControl.LocalLBProfileLogAction[]
get_list ( ) : string[]
get_quota_exceeded_action ( string profiles ) : iControl.LocalLBProfileLogAction[]
get_start_inbound_session_action ( string profiles ) : iControl.LocalLBProfileLogAction[]
get_start_outbound_session_action ( string profiles ) : iControl.LocalLBProfileLogAction[]
get_start_outbound_session_element ( string profiles ) : iControl.LocalLBProfileLogElementSequence[]
get_version ( ) : string
is_base_profile ( string profiles ) : bool[]
is_system_profile ( string profiles ) : bool[]
remove_all_end_outbound_session_elements ( string profiles ) : void
remove_all_start_outbound_session_elements ( string profiles ) : void
remove_end_outbound_session_element ( string profiles, LocalLBProfileLogElementSequence elements ) : void
remove_start_outbound_session_element ( string profiles, LocalLBProfileLogElementSequence elements ) : void
set_default_profile ( string profiles, string defaults ) : void
set_description ( string profiles, string descriptions ) : void
set_end_inbound_session_action ( string profiles, LocalLBProfileLogAction actions ) : void
set_end_outbound_session_action ( string profiles, LocalLBProfileLogAction actions ) : void
set_errors_action ( string profiles, LocalLBProfileLogAction actions ) : void
set_quota_exceeded_action ( string profiles, LocalLBProfileLogAction actions ) : void
set_start_inbound_session_action ( string profiles, LocalLBProfileLogAction actions ) : void
set_start_outbound_session_action ( string profiles, LocalLBProfileLogAction actions ) : void

Method Details

Beginadd_end_outbound_session_element() public method

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

Beginadd_start_outbound_session_element() public method

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

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

Begindelete_lsn_log_profile() public method

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

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

Beginget_end_outbound_session_action() public method

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

Beginget_end_outbound_session_element() public method

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

Beginget_errors_action() public method

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

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

Beginget_start_inbound_session_action() public method

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

Beginget_start_outbound_session_action() public method

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

Beginget_start_outbound_session_element() public method

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

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

Beginremove_all_start_outbound_session_elements() public method

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

Beginremove_end_outbound_session_element() public method

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

Beginremove_start_outbound_session_element() public method

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

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

Beginset_end_outbound_session_action() public method

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

Beginset_errors_action() public method

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

Beginset_quota_exceeded_action() public method

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

Beginset_start_inbound_session_action() public method

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

Beginset_start_outbound_session_action() public method

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

Endadd_end_outbound_session_element() public method

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

Endadd_start_outbound_session_element() public method

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

Endcreate() public method

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

Enddelete_all_lsn_log_profiles() public method

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

Enddelete_lsn_log_profile() public method

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

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

Endget_end_outbound_session_action() public method

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

Endget_end_outbound_session_element() public method

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

Endget_errors_action() public method

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

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

Endget_start_inbound_session_action() public method

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

Endget_start_outbound_session_action() public method

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

Endget_start_outbound_session_element() public method

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

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

Endremove_all_start_outbound_session_elements() public method

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

Endremove_end_outbound_session_element() public method

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

Endremove_start_outbound_session_element() public method

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

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

Endset_end_outbound_session_action() public method

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

Endset_errors_action() public method

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

Endset_quota_exceeded_action() public method

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

Endset_start_inbound_session_action() public method

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

Endset_start_outbound_session_action() public method

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

LocalLBLSNLogProfile() public method

public LocalLBLSNLogProfile ( ) : System
return System