C# 클래스 iControl.LocalLBProfileXML

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Beginadd_namespace_mappings ( string profile_names, LocalLBProfileXMLNamespaceMapping namespace_mappings, System callback, object asyncState ) : System.IAsyncResult
Beginadd_xpath_queries ( string profile_names, string xpath_queries, System callback, object asyncState ) : System.IAsyncResult
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_abort_on_error_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_statistics ( 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_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_buffer_size ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_multiple_query_matches_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_namespace_mappings ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_xpath_queries ( string profile_names, 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
Beginremove_all_namespace_mappings ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_xpath_queries ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_namespace_mappings ( string profile_names, LocalLBProfileXMLNamespaceMapping namespace_mappings, System callback, object asyncState ) : System.IAsyncResult
Beginremove_xpath_queries ( string profile_names, string xpath_queries, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_abort_on_error_state ( string profile_names, LocalLBProfileEnabledState states, 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_maximum_buffer_size ( string profile_names, LocalLBProfileULong sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_multiple_query_matches_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endadd_namespace_mappings ( System asyncResult ) : void
Endadd_xpath_queries ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_abort_on_error_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_all_statistics ( System asyncResult ) : LocalLBProfileXMLProfileXMLStatistics
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_maximum_buffer_size ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_multiple_query_matches_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_namespace_mappings ( System asyncResult ) : iControl.LocalLBProfileXMLProfileNamespaceMappingSequence[]
Endget_statistics ( System asyncResult ) : LocalLBProfileXMLProfileXMLStatistics
Endget_statistics_by_virtual ( System asyncResult ) : LocalLBProfileStatisticsByVirtual
Endget_version ( System asyncResult ) : string
Endget_xpath_queries ( System asyncResult ) : iControl.LocalLBProfileStringArray[]
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endremove_all_namespace_mappings ( System asyncResult ) : void
Endremove_all_xpath_queries ( System asyncResult ) : void
Endremove_namespace_mappings ( System asyncResult ) : void
Endremove_xpath_queries ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endreset_statistics_by_virtual ( System asyncResult ) : void
Endset_abort_on_error_state ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_maximum_buffer_size ( System asyncResult ) : void
Endset_multiple_query_matches_state ( System asyncResult ) : void
LocalLBProfileXML ( ) : System

비공개 메소드들

메소드 설명
add_namespace_mappings ( string profile_names, LocalLBProfileXMLNamespaceMapping namespace_mappings ) : void
add_xpath_queries ( string profile_names, string xpath_queries ) : void
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_abort_on_error_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_all_statistics ( ) : LocalLBProfileXMLProfileXMLStatistics
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_list ( ) : string[]
get_maximum_buffer_size ( string profile_names ) : iControl.LocalLBProfileULong[]
get_multiple_query_matches_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_namespace_mappings ( string profile_names ) : iControl.LocalLBProfileXMLProfileNamespaceMappingSequence[]
get_statistics ( string profile_names ) : LocalLBProfileXMLProfileXMLStatistics
get_statistics_by_virtual ( string profile_names, string virtual_names ) : LocalLBProfileStatisticsByVirtual
get_version ( ) : string
get_xpath_queries ( string profile_names ) : iControl.LocalLBProfileStringArray[]
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
remove_all_namespace_mappings ( string profile_names ) : void
remove_all_xpath_queries ( string profile_names ) : void
remove_namespace_mappings ( string profile_names, LocalLBProfileXMLNamespaceMapping namespace_mappings ) : void
remove_xpath_queries ( string profile_names, string xpath_queries ) : void
reset_statistics ( string profile_names ) : void
reset_statistics_by_virtual ( string profile_names, string virtual_names ) : void
set_abort_on_error_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void
set_maximum_buffer_size ( string profile_names, LocalLBProfileULong sizes ) : void
set_multiple_query_matches_state ( string profile_names, LocalLBProfileEnabledState states ) : void

메소드 상세

Beginadd_namespace_mappings() 공개 메소드

public Beginadd_namespace_mappings ( string profile_names, LocalLBProfileXMLNamespaceMapping namespace_mappings, System callback, object asyncState ) : System.IAsyncResult
profile_names string
namespace_mappings LocalLBProfileXMLNamespaceMapping
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_xpath_queries() 공개 메소드

public Beginadd_xpath_queries ( string profile_names, string xpath_queries, System callback, object asyncState ) : System.IAsyncResult
profile_names string
xpath_queries string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

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

Begindelete_all_profiles() 공개 메소드

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

Begindelete_profile() 공개 메소드

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

Beginget_abort_on_error_state() 공개 메소드

public Beginget_abort_on_error_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_all_statistics() 공개 메소드

public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_default_profile() 공개 메소드

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

Beginget_description() 공개 메소드

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

Beginget_list() 공개 메소드

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

Beginget_maximum_buffer_size() 공개 메소드

public Beginget_maximum_buffer_size ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_multiple_query_matches_state() 공개 메소드

public Beginget_multiple_query_matches_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_namespace_mappings() 공개 메소드

public Beginget_namespace_mappings ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_statistics() 공개 메소드

public Beginget_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_statistics_by_virtual() 공개 메소드

public Beginget_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
virtual_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginget_xpath_queries() 공개 메소드

public Beginget_xpath_queries ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginis_base_profile() 공개 메소드

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

Beginis_system_profile() 공개 메소드

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

Beginremove_all_namespace_mappings() 공개 메소드

public Beginremove_all_namespace_mappings ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_xpath_queries() 공개 메소드

public Beginremove_all_xpath_queries ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_namespace_mappings() 공개 메소드

public Beginremove_namespace_mappings ( string profile_names, LocalLBProfileXMLNamespaceMapping namespace_mappings, System callback, object asyncState ) : System.IAsyncResult
profile_names string
namespace_mappings LocalLBProfileXMLNamespaceMapping
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_xpath_queries() 공개 메소드

public Beginremove_xpath_queries ( string profile_names, string xpath_queries, System callback, object asyncState ) : System.IAsyncResult
profile_names string
xpath_queries string
callback System
asyncState object
리턴 System.IAsyncResult

Beginreset_statistics() 공개 메소드

public Beginreset_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginreset_statistics_by_virtual() 공개 메소드

public Beginreset_statistics_by_virtual ( string profile_names, string virtual_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
virtual_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_abort_on_error_state() 공개 메소드

public Beginset_abort_on_error_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_default_profile() 공개 메소드

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

Beginset_description() 공개 메소드

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

Beginset_maximum_buffer_size() 공개 메소드

public Beginset_maximum_buffer_size ( string profile_names, LocalLBProfileULong sizes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
sizes LocalLBProfileULong
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_multiple_query_matches_state() 공개 메소드

public Beginset_multiple_query_matches_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_namespace_mappings() 공개 메소드

public Endadd_namespace_mappings ( System asyncResult ) : void
asyncResult System
리턴 void

Endadd_xpath_queries() 공개 메소드

public Endadd_xpath_queries ( System asyncResult ) : void
asyncResult System
리턴 void

Endcreate() 공개 메소드

public Endcreate ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_all_profiles() 공개 메소드

public Enddelete_all_profiles ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_profile() 공개 메소드

public Enddelete_profile ( System asyncResult ) : void
asyncResult System
리턴 void

Endget_abort_on_error_state() 공개 메소드

public Endget_abort_on_error_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
리턴 iControl.LocalLBProfileEnabledState[]

Endget_all_statistics() 공개 메소드

public Endget_all_statistics ( System asyncResult ) : LocalLBProfileXMLProfileXMLStatistics
asyncResult System
리턴 LocalLBProfileXMLProfileXMLStatistics

Endget_default_profile() 공개 메소드

public Endget_default_profile ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_description() 공개 메소드

public Endget_description ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_list() 공개 메소드

public Endget_list ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_maximum_buffer_size() 공개 메소드

public Endget_maximum_buffer_size ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
리턴 iControl.LocalLBProfileULong[]

Endget_multiple_query_matches_state() 공개 메소드

public Endget_multiple_query_matches_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
리턴 iControl.LocalLBProfileEnabledState[]

Endget_namespace_mappings() 공개 메소드

public Endget_namespace_mappings ( System asyncResult ) : iControl.LocalLBProfileXMLProfileNamespaceMappingSequence[]
asyncResult System
리턴 iControl.LocalLBProfileXMLProfileNamespaceMappingSequence[]

Endget_statistics() 공개 메소드

public Endget_statistics ( System asyncResult ) : LocalLBProfileXMLProfileXMLStatistics
asyncResult System
리턴 LocalLBProfileXMLProfileXMLStatistics

Endget_statistics_by_virtual() 공개 메소드

public Endget_statistics_by_virtual ( System asyncResult ) : LocalLBProfileStatisticsByVirtual
asyncResult System
리턴 LocalLBProfileStatisticsByVirtual

Endget_version() 공개 메소드

public Endget_version ( System asyncResult ) : string
asyncResult System
리턴 string

Endget_xpath_queries() 공개 메소드

public Endget_xpath_queries ( System asyncResult ) : iControl.LocalLBProfileStringArray[]
asyncResult System
리턴 iControl.LocalLBProfileStringArray[]

Endis_base_profile() 공개 메소드

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endis_system_profile() 공개 메소드

public Endis_system_profile ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endremove_all_namespace_mappings() 공개 메소드

public Endremove_all_namespace_mappings ( System asyncResult ) : void
asyncResult System
리턴 void

Endremove_all_xpath_queries() 공개 메소드

public Endremove_all_xpath_queries ( System asyncResult ) : void
asyncResult System
리턴 void

Endremove_namespace_mappings() 공개 메소드

public Endremove_namespace_mappings ( System asyncResult ) : void
asyncResult System
리턴 void

Endremove_xpath_queries() 공개 메소드

public Endremove_xpath_queries ( System asyncResult ) : void
asyncResult System
리턴 void

Endreset_statistics() 공개 메소드

public Endreset_statistics ( System asyncResult ) : void
asyncResult System
리턴 void

Endreset_statistics_by_virtual() 공개 메소드

public Endreset_statistics_by_virtual ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_abort_on_error_state() 공개 메소드

public Endset_abort_on_error_state ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_default_profile() 공개 메소드

public Endset_default_profile ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_description() 공개 메소드

public Endset_description ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_maximum_buffer_size() 공개 메소드

public Endset_maximum_buffer_size ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_multiple_query_matches_state() 공개 메소드

public Endset_multiple_query_matches_state ( System asyncResult ) : void
asyncResult System
리턴 void

LocalLBProfileXML() 공개 메소드

public LocalLBProfileXML ( ) : System
리턴 System