C# 클래스 iControl.LocalLBProfileWebAcceleration

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

공개 메소드들

메소드 설명
Beginadd_application ( string profile_names, string applications, System callback, object asyncState ) : System.IAsyncResult
Beginadd_cache_uri_exclude ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
Beginadd_cache_uri_include ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
Beginadd_cache_uri_include_override ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
Beginadd_cache_uri_pinned ( string profile_names, string reg_expressions, 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
Beginevict_all_cache_entries ( System callback, object asyncState ) : System.IAsyncResult
Beginevict_cache_entry ( LocalLBProfileWebAccelerationCacheKey keys, bool exact_match, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
Beginget_application ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_aging_rate ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_entry ( LocalLBProfileWebAccelerationCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_entry_exact_match ( LocalLBProfileWebAccelerationCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_ignore_client_cache_control_mode ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_insert_age_header_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_maximum_age ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_maximum_entries ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_object_maximum_size ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_object_minimum_size ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_size ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_uri_exclude ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_uri_include ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_uri_include_override ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_uri_pinned ( 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_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_mtag_cache_size ( 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
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_applications ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_application ( string profile_names, string applications, System callback, object asyncState ) : System.IAsyncResult
Beginremove_cache_uri_exclude ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
Beginremove_cache_uri_include ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
Beginremove_cache_uri_include_override ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
Beginremove_cache_uri_pinned ( string profile_names, string reg_expressions, 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_cache_aging_rate ( string profile_names, LocalLBProfileULong aging_rates, System callback, object asyncState ) : System.IAsyncResult
Beginset_cache_ignore_client_cache_control_mode ( string profile_names, LocalLBProfileWACacheControlMode modes, System callback, object asyncState ) : System.IAsyncResult
Beginset_cache_insert_age_header_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_cache_maximum_age ( string profile_names, LocalLBProfileULong maximum_age, System callback, object asyncState ) : System.IAsyncResult
Beginset_cache_maximum_entries ( string profile_names, LocalLBProfileULong maximum_entries, System callback, object asyncState ) : System.IAsyncResult
Beginset_cache_object_maximum_size ( string profile_names, LocalLBProfileULong maximum_size, System callback, object asyncState ) : System.IAsyncResult
Beginset_cache_object_minimum_size ( string profile_names, LocalLBProfileULong minimum_size, System callback, object asyncState ) : System.IAsyncResult
Beginset_cache_size ( string profile_names, LocalLBProfileULong sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_application ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_cache_uri_exclude ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_cache_uri_include ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_cache_uri_include_override ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_cache_uri_pinned ( string profile_names, 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_mtag_cache_size ( string profile_names, LocalLBProfileULong cache_sizes, System callback, object asyncState ) : System.IAsyncResult
Endadd_application ( System asyncResult ) : void
Endadd_cache_uri_exclude ( System asyncResult ) : void
Endadd_cache_uri_include ( System asyncResult ) : void
Endadd_cache_uri_include_override ( System asyncResult ) : void
Endadd_cache_uri_pinned ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endevict_all_cache_entries ( System asyncResult ) : void
Endevict_cache_entry ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : LocalLBProfileWebAccelerationProfileWebAccelerationStatistics
Endget_application ( System asyncResult ) : iControl.LocalLBProfileStringArray[]
Endget_cache_aging_rate ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_cache_entry ( System asyncResult ) : iControl.LocalLBProfileWebAccelerationCacheEntry[][]
Endget_cache_entry_exact_match ( System asyncResult ) : iControl.LocalLBProfileWebAccelerationCacheEntryExactMatch[][]
Endget_cache_ignore_client_cache_control_mode ( System asyncResult ) : LocalLBProfileWACacheControlMode[]
Endget_cache_insert_age_header_state ( System asyncResult ) : LocalLBProfileEnabledState[]
Endget_cache_maximum_age ( System asyncResult ) : LocalLBProfileULong[]
Endget_cache_maximum_entries ( System asyncResult ) : LocalLBProfileULong[]
Endget_cache_object_maximum_size ( System asyncResult ) : LocalLBProfileULong[]
Endget_cache_object_minimum_size ( System asyncResult ) : LocalLBProfileULong[]
Endget_cache_size ( System asyncResult ) : LocalLBProfileULong[]
Endget_cache_uri_exclude ( System asyncResult ) : LocalLBProfileStringArray[]
Endget_cache_uri_include ( System asyncResult ) : LocalLBProfileStringArray[]
Endget_cache_uri_include_override ( System asyncResult ) : LocalLBProfileStringArray[]
Endget_cache_uri_pinned ( System asyncResult ) : LocalLBProfileStringArray[]
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_maximum_mtag_cache_size ( System asyncResult ) : LocalLBProfileULong[]
Endget_statistics ( System asyncResult ) : LocalLBProfileWebAccelerationProfileWebAccelerationStatistics
Endget_statistics_by_virtual ( System asyncResult ) : LocalLBProfileStatisticsByVirtual
Endget_version ( System asyncResult ) : string
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endremove_all_applications ( System asyncResult ) : void
Endremove_application ( System asyncResult ) : void
Endremove_cache_uri_exclude ( System asyncResult ) : void
Endremove_cache_uri_include ( System asyncResult ) : void
Endremove_cache_uri_include_override ( System asyncResult ) : void
Endremove_cache_uri_pinned ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endreset_statistics_by_virtual ( System asyncResult ) : void
Endset_cache_aging_rate ( System asyncResult ) : void
Endset_cache_ignore_client_cache_control_mode ( System asyncResult ) : void
Endset_cache_insert_age_header_state ( System asyncResult ) : void
Endset_cache_maximum_age ( System asyncResult ) : void
Endset_cache_maximum_entries ( System asyncResult ) : void
Endset_cache_object_maximum_size ( System asyncResult ) : void
Endset_cache_object_minimum_size ( System asyncResult ) : void
Endset_cache_size ( System asyncResult ) : void
Endset_default_application ( System asyncResult ) : void
Endset_default_cache_uri_exclude ( System asyncResult ) : void
Endset_default_cache_uri_include ( System asyncResult ) : void
Endset_default_cache_uri_include_override ( System asyncResult ) : void
Endset_default_cache_uri_pinned ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_maximum_mtag_cache_size ( System asyncResult ) : void
LocalLBProfileWebAcceleration ( ) : System

비공개 메소드들

메소드 설명
add_application ( string profile_names, string applications ) : void
add_cache_uri_exclude ( string profile_names, string reg_expressions ) : void
add_cache_uri_include ( string profile_names, string reg_expressions ) : void
add_cache_uri_include_override ( string profile_names, string reg_expressions ) : void
add_cache_uri_pinned ( string profile_names, string reg_expressions ) : void
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
evict_all_cache_entries ( ) : void
evict_cache_entry ( LocalLBProfileWebAccelerationCacheKey keys, bool exact_match ) : void
get_all_statistics ( ) : LocalLBProfileWebAccelerationProfileWebAccelerationStatistics
get_application ( string profile_names ) : LocalLBProfileStringArray[]
get_cache_aging_rate ( string profile_names ) : LocalLBProfileULong[]
get_cache_entry ( LocalLBProfileWebAccelerationCacheKey keys ) : LocalLBProfileWebAccelerationCacheEntry[][]
get_cache_entry_exact_match ( LocalLBProfileWebAccelerationCacheKey keys ) : LocalLBProfileWebAccelerationCacheEntryExactMatch[][]
get_cache_ignore_client_cache_control_mode ( string profile_names ) : LocalLBProfileWACacheControlMode[]
get_cache_insert_age_header_state ( string profile_names ) : LocalLBProfileEnabledState[]
get_cache_maximum_age ( string profile_names ) : LocalLBProfileULong[]
get_cache_maximum_entries ( string profile_names ) : LocalLBProfileULong[]
get_cache_object_maximum_size ( string profile_names ) : LocalLBProfileULong[]
get_cache_object_minimum_size ( string profile_names ) : LocalLBProfileULong[]
get_cache_size ( string profile_names ) : LocalLBProfileULong[]
get_cache_uri_exclude ( string profile_names ) : LocalLBProfileStringArray[]
get_cache_uri_include ( string profile_names ) : LocalLBProfileStringArray[]
get_cache_uri_include_override ( string profile_names ) : LocalLBProfileStringArray[]
get_cache_uri_pinned ( string profile_names ) : LocalLBProfileStringArray[]
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_list ( ) : string[]
get_maximum_mtag_cache_size ( string profile_names ) : LocalLBProfileULong[]
get_statistics ( string profile_names ) : LocalLBProfileWebAccelerationProfileWebAccelerationStatistics
get_statistics_by_virtual ( string profile_names, string virtual_names ) : LocalLBProfileStatisticsByVirtual
get_version ( ) : string
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
remove_all_applications ( string profile_names ) : void
remove_application ( string profile_names, string applications ) : void
remove_cache_uri_exclude ( string profile_names, string reg_expressions ) : void
remove_cache_uri_include ( string profile_names, string reg_expressions ) : void
remove_cache_uri_include_override ( string profile_names, string reg_expressions ) : void
remove_cache_uri_pinned ( string profile_names, string reg_expressions ) : void
reset_statistics ( string profile_names ) : void
reset_statistics_by_virtual ( string profile_names, string virtual_names ) : void
set_cache_aging_rate ( string profile_names, LocalLBProfileULong aging_rates ) : void
set_cache_ignore_client_cache_control_mode ( string profile_names, LocalLBProfileWACacheControlMode modes ) : void
set_cache_insert_age_header_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_cache_maximum_age ( string profile_names, LocalLBProfileULong maximum_age ) : void
set_cache_maximum_entries ( string profile_names, LocalLBProfileULong maximum_entries ) : void
set_cache_object_maximum_size ( string profile_names, LocalLBProfileULong maximum_size ) : void
set_cache_object_minimum_size ( string profile_names, LocalLBProfileULong minimum_size ) : void
set_cache_size ( string profile_names, LocalLBProfileULong sizes ) : void
set_default_application ( string profile_names ) : void
set_default_cache_uri_exclude ( string profile_names ) : void
set_default_cache_uri_include ( string profile_names ) : void
set_default_cache_uri_include_override ( string profile_names ) : void
set_default_cache_uri_pinned ( string profile_names ) : void
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void
set_maximum_mtag_cache_size ( string profile_names, LocalLBProfileULong cache_sizes ) : void

메소드 상세

Beginadd_application() 공개 메소드

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

Beginadd_cache_uri_exclude() 공개 메소드

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

Beginadd_cache_uri_include() 공개 메소드

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

Beginadd_cache_uri_include_override() 공개 메소드

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

Beginadd_cache_uri_pinned() 공개 메소드

public Beginadd_cache_uri_pinned ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
reg_expressions 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

Beginevict_all_cache_entries() 공개 메소드

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

Beginevict_cache_entry() 공개 메소드

public Beginevict_cache_entry ( LocalLBProfileWebAccelerationCacheKey keys, bool exact_match, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBProfileWebAccelerationCacheKey
exact_match bool
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_application() 공개 메소드

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

Beginget_cache_aging_rate() 공개 메소드

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

Beginget_cache_entry() 공개 메소드

public Beginget_cache_entry ( LocalLBProfileWebAccelerationCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBProfileWebAccelerationCacheKey
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_cache_entry_exact_match() 공개 메소드

public Beginget_cache_entry_exact_match ( LocalLBProfileWebAccelerationCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBProfileWebAccelerationCacheKey
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_cache_ignore_client_cache_control_mode() 공개 메소드

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

Beginget_cache_insert_age_header_state() 공개 메소드

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

Beginget_cache_maximum_age() 공개 메소드

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

Beginget_cache_maximum_entries() 공개 메소드

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

Beginget_cache_object_maximum_size() 공개 메소드

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

Beginget_cache_object_minimum_size() 공개 메소드

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

Beginget_cache_size() 공개 메소드

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

Beginget_cache_uri_exclude() 공개 메소드

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

Beginget_cache_uri_include() 공개 메소드

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

Beginget_cache_uri_include_override() 공개 메소드

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

Beginget_cache_uri_pinned() 공개 메소드

public Beginget_cache_uri_pinned ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
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_mtag_cache_size() 공개 메소드

public Beginget_maximum_mtag_cache_size ( 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

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_applications() 공개 메소드

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

Beginremove_application() 공개 메소드

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

Beginremove_cache_uri_exclude() 공개 메소드

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

Beginremove_cache_uri_include() 공개 메소드

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

Beginremove_cache_uri_include_override() 공개 메소드

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

Beginremove_cache_uri_pinned() 공개 메소드

public Beginremove_cache_uri_pinned ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
reg_expressions 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_cache_aging_rate() 공개 메소드

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

Beginset_cache_ignore_client_cache_control_mode() 공개 메소드

public Beginset_cache_ignore_client_cache_control_mode ( string profile_names, LocalLBProfileWACacheControlMode modes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
modes LocalLBProfileWACacheControlMode
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_cache_insert_age_header_state() 공개 메소드

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

Beginset_cache_maximum_age() 공개 메소드

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

Beginset_cache_maximum_entries() 공개 메소드

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

Beginset_cache_object_maximum_size() 공개 메소드

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

Beginset_cache_object_minimum_size() 공개 메소드

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

Beginset_cache_size() 공개 메소드

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

Beginset_default_application() 공개 메소드

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

Beginset_default_cache_uri_exclude() 공개 메소드

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

Beginset_default_cache_uri_include() 공개 메소드

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

Beginset_default_cache_uri_include_override() 공개 메소드

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

Beginset_default_cache_uri_pinned() 공개 메소드

public Beginset_default_cache_uri_pinned ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
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_mtag_cache_size() 공개 메소드

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

Endadd_application() 공개 메소드

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

Endadd_cache_uri_exclude() 공개 메소드

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

Endadd_cache_uri_include() 공개 메소드

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

Endadd_cache_uri_include_override() 공개 메소드

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

Endadd_cache_uri_pinned() 공개 메소드

public Endadd_cache_uri_pinned ( 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

Endevict_all_cache_entries() 공개 메소드

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

Endevict_cache_entry() 공개 메소드

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

Endget_all_statistics() 공개 메소드

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

Endget_application() 공개 메소드

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

Endget_cache_aging_rate() 공개 메소드

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

Endget_cache_entry() 공개 메소드

public Endget_cache_entry ( System asyncResult ) : iControl.LocalLBProfileWebAccelerationCacheEntry[][]
asyncResult System
리턴 iControl.LocalLBProfileWebAccelerationCacheEntry[][]

Endget_cache_entry_exact_match() 공개 메소드

public Endget_cache_entry_exact_match ( System asyncResult ) : iControl.LocalLBProfileWebAccelerationCacheEntryExactMatch[][]
asyncResult System
리턴 iControl.LocalLBProfileWebAccelerationCacheEntryExactMatch[][]

Endget_cache_ignore_client_cache_control_mode() 공개 메소드

public Endget_cache_ignore_client_cache_control_mode ( System asyncResult ) : LocalLBProfileWACacheControlMode[]
asyncResult System
리턴 LocalLBProfileWACacheControlMode[]

Endget_cache_insert_age_header_state() 공개 메소드

public Endget_cache_insert_age_header_state ( System asyncResult ) : LocalLBProfileEnabledState[]
asyncResult System
리턴 LocalLBProfileEnabledState[]

Endget_cache_maximum_age() 공개 메소드

public Endget_cache_maximum_age ( System asyncResult ) : LocalLBProfileULong[]
asyncResult System
리턴 LocalLBProfileULong[]

Endget_cache_maximum_entries() 공개 메소드

public Endget_cache_maximum_entries ( System asyncResult ) : LocalLBProfileULong[]
asyncResult System
리턴 LocalLBProfileULong[]

Endget_cache_object_maximum_size() 공개 메소드

public Endget_cache_object_maximum_size ( System asyncResult ) : LocalLBProfileULong[]
asyncResult System
리턴 LocalLBProfileULong[]

Endget_cache_object_minimum_size() 공개 메소드

public Endget_cache_object_minimum_size ( System asyncResult ) : LocalLBProfileULong[]
asyncResult System
리턴 LocalLBProfileULong[]

Endget_cache_size() 공개 메소드

public Endget_cache_size ( System asyncResult ) : LocalLBProfileULong[]
asyncResult System
리턴 LocalLBProfileULong[]

Endget_cache_uri_exclude() 공개 메소드

public Endget_cache_uri_exclude ( System asyncResult ) : LocalLBProfileStringArray[]
asyncResult System
리턴 LocalLBProfileStringArray[]

Endget_cache_uri_include() 공개 메소드

public Endget_cache_uri_include ( System asyncResult ) : LocalLBProfileStringArray[]
asyncResult System
리턴 LocalLBProfileStringArray[]

Endget_cache_uri_include_override() 공개 메소드

public Endget_cache_uri_include_override ( System asyncResult ) : LocalLBProfileStringArray[]
asyncResult System
리턴 LocalLBProfileStringArray[]

Endget_cache_uri_pinned() 공개 메소드

public Endget_cache_uri_pinned ( System asyncResult ) : LocalLBProfileStringArray[]
asyncResult System
리턴 LocalLBProfileStringArray[]

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_mtag_cache_size() 공개 메소드

public Endget_maximum_mtag_cache_size ( System asyncResult ) : LocalLBProfileULong[]
asyncResult System
리턴 LocalLBProfileULong[]

Endget_statistics() 공개 메소드

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

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

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_applications() 공개 메소드

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

Endremove_application() 공개 메소드

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

Endremove_cache_uri_exclude() 공개 메소드

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

Endremove_cache_uri_include() 공개 메소드

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

Endremove_cache_uri_include_override() 공개 메소드

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

Endremove_cache_uri_pinned() 공개 메소드

public Endremove_cache_uri_pinned ( 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_cache_aging_rate() 공개 메소드

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

Endset_cache_ignore_client_cache_control_mode() 공개 메소드

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

Endset_cache_insert_age_header_state() 공개 메소드

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

Endset_cache_maximum_age() 공개 메소드

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

Endset_cache_maximum_entries() 공개 메소드

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

Endset_cache_object_maximum_size() 공개 메소드

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

Endset_cache_object_minimum_size() 공개 메소드

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

Endset_cache_size() 공개 메소드

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

Endset_default_application() 공개 메소드

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

Endset_default_cache_uri_exclude() 공개 메소드

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

Endset_default_cache_uri_include() 공개 메소드

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

Endset_default_cache_uri_include_override() 공개 메소드

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

Endset_default_cache_uri_pinned() 공개 메소드

public Endset_default_cache_uri_pinned ( 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_mtag_cache_size() 공개 메소드

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

LocalLBProfileWebAcceleration() 공개 메소드

public LocalLBProfileWebAcceleration ( ) : System
리턴 System