C# Класс iControl.WebAcceleratorApplications

Наследование: iControlInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Beginadd_host ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string name, string description, string local_policy, string remote_policy, string requested_hosts, System callback, object asyncState ) : System.IAsyncResult
Begincreate_v2 ( string names, string local_policies, string remote_policies, string requested_hosts, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_applications ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_application ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
Beginget_code ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_content_expiration_time ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_etag ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_host ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_host_http_subdomain_count ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
Beginget_host_https_subdomain_count ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
Beginget_host_subdomain_prefixes ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
Beginget_ibr_default_lifetime ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_ibr_prefix ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_info_header ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_local_policy ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_etag_cache_size ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_performance_monitor_data_retention_period ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_performance_monitor_state ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_remote_policy ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics_by_virtual ( string applications, string virtuals, System callback, object asyncState ) : System.IAsyncResult
Beginget_unmapped_state ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Begininvalidate_content ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginis_predefined ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_hosts ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginremove_host ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginreset_statistics_by_virtual ( string applications, string virtuals, System callback, object asyncState ) : System.IAsyncResult
Beginset_code ( string applications, long codes, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string applications, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_etag ( string applications, WebAcceleratorApplicationsETag types, System callback, object asyncState ) : System.IAsyncResult
Beginset_host_http_subdomain_count ( string applications, string hosts, long subdomains, System callback, object asyncState ) : System.IAsyncResult
Beginset_host_https_subdomain_count ( string applications, string hosts, long subdomains, System callback, object asyncState ) : System.IAsyncResult
Beginset_host_subdomain_prefixes ( string applications, string hosts, string prefixes, System callback, object asyncState ) : System.IAsyncResult
Beginset_ibr_default_lifetime ( string applications, long lifetimes, System callback, object asyncState ) : System.IAsyncResult
Beginset_ibr_prefix ( string applications, string prefixes, System callback, object asyncState ) : System.IAsyncResult
Beginset_info_header ( string applications, WebAcceleratorApplicationsInfoHeader types, System callback, object asyncState ) : System.IAsyncResult
Beginset_local_policy ( string applications, string policies, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_etag_cache_size ( string applications, long cache_sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_performance_monitor_data_retention_period ( string applications, long periods, System callback, object asyncState ) : System.IAsyncResult
Beginset_performance_monitor_state ( string applications, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_remote_policy ( string applications, string policies, System callback, object asyncState ) : System.IAsyncResult
Beginset_unmapped_state ( string applications, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endadd_host ( System asyncResult ) : void
Endcreate ( System asyncResult ) : long
Endcreate_v2 ( System asyncResult ) : void
Enddelete_all_applications ( System asyncResult ) : void
Enddelete_application ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : WebAcceleratorApplicationsApplicationStatistics
Endget_code ( System asyncResult ) : long[]
Endget_content_expiration_time ( System asyncResult ) : CommonTimeStamp[]
Endget_description ( System asyncResult ) : string[]
Endget_etag ( System asyncResult ) : WebAcceleratorApplicationsETag[]
Endget_host ( System asyncResult ) : string[][]
Endget_host_http_subdomain_count ( System asyncResult ) : long[][]
Endget_host_https_subdomain_count ( System asyncResult ) : long[][]
Endget_host_subdomain_prefixes ( System asyncResult ) : string[][]
Endget_ibr_default_lifetime ( System asyncResult ) : long[]
Endget_ibr_prefix ( System asyncResult ) : string[]
Endget_info_header ( System asyncResult ) : WebAcceleratorApplicationsInfoHeader[]
Endget_list ( System asyncResult ) : string[]
Endget_local_policy ( System asyncResult ) : string[]
Endget_maximum_etag_cache_size ( System asyncResult ) : long[]
Endget_performance_monitor_data_retention_period ( System asyncResult ) : long[]
Endget_performance_monitor_state ( System asyncResult ) : CommonEnabledState[]
Endget_remote_policy ( System asyncResult ) : string[]
Endget_statistics ( System asyncResult ) : WebAcceleratorApplicationsApplicationStatistics
Endget_statistics_by_virtual ( System asyncResult ) : WebAcceleratorApplicationsApplicationStatisticsByVirtual
Endget_unmapped_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endinvalidate_content ( System asyncResult ) : void
Endis_predefined ( System asyncResult ) : bool[]
Endremove_all_hosts ( System asyncResult ) : void
Endremove_host ( System asyncResult ) : void
Endreset_statistics ( System asyncResult ) : void
Endreset_statistics_by_virtual ( System asyncResult ) : void
Endset_code ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_etag ( System asyncResult ) : void
Endset_host_http_subdomain_count ( System asyncResult ) : void
Endset_host_https_subdomain_count ( System asyncResult ) : void
Endset_host_subdomain_prefixes ( System asyncResult ) : void
Endset_ibr_default_lifetime ( System asyncResult ) : void
Endset_ibr_prefix ( System asyncResult ) : void
Endset_info_header ( System asyncResult ) : void
Endset_local_policy ( System asyncResult ) : void
Endset_maximum_etag_cache_size ( System asyncResult ) : void
Endset_performance_monitor_data_retention_period ( System asyncResult ) : void
Endset_performance_monitor_state ( System asyncResult ) : void
Endset_remote_policy ( System asyncResult ) : void
Endset_unmapped_state ( System asyncResult ) : void
WebAcceleratorApplications ( ) : System

Приватные методы

Метод Описание
add_host ( string applications, string hosts ) : void
create ( string name, string description, string local_policy, string remote_policy, string requested_hosts ) : long
create_v2 ( string names, string local_policies, string remote_policies, string requested_hosts ) : void
delete_all_applications ( ) : void
delete_application ( string applications ) : void
get_all_statistics ( ) : WebAcceleratorApplicationsApplicationStatistics
get_code ( string applications ) : long[]
get_content_expiration_time ( string applications ) : CommonTimeStamp[]
get_description ( string applications ) : string[]
get_etag ( string applications ) : WebAcceleratorApplicationsETag[]
get_host ( string applications ) : string[][]
get_host_http_subdomain_count ( string applications, string hosts ) : long[][]
get_host_https_subdomain_count ( string applications, string hosts ) : long[][]
get_host_subdomain_prefixes ( string applications, string hosts ) : string[][]
get_ibr_default_lifetime ( string applications ) : long[]
get_ibr_prefix ( string applications ) : string[]
get_info_header ( string applications ) : WebAcceleratorApplicationsInfoHeader[]
get_list ( ) : string[]
get_local_policy ( string applications ) : string[]
get_maximum_etag_cache_size ( string applications ) : long[]
get_performance_monitor_data_retention_period ( string applications ) : long[]
get_performance_monitor_state ( string applications ) : CommonEnabledState[]
get_remote_policy ( string applications ) : string[]
get_statistics ( string applications ) : WebAcceleratorApplicationsApplicationStatistics
get_statistics_by_virtual ( string applications, string virtuals ) : WebAcceleratorApplicationsApplicationStatisticsByVirtual
get_unmapped_state ( string applications ) : CommonEnabledState[]
get_version ( ) : string
invalidate_content ( string applications ) : void
is_predefined ( string applications ) : bool[]
remove_all_hosts ( string applications ) : void
remove_host ( string applications, string hosts ) : void
reset_statistics ( string applications ) : void
reset_statistics_by_virtual ( string applications, string virtuals ) : void
set_code ( string applications, long codes ) : void
set_description ( string applications, string descriptions ) : void
set_etag ( string applications, WebAcceleratorApplicationsETag types ) : void
set_host_http_subdomain_count ( string applications, string hosts, long subdomains ) : void
set_host_https_subdomain_count ( string applications, string hosts, long subdomains ) : void
set_host_subdomain_prefixes ( string applications, string hosts, string prefixes ) : void
set_ibr_default_lifetime ( string applications, long lifetimes ) : void
set_ibr_prefix ( string applications, string prefixes ) : void
set_info_header ( string applications, WebAcceleratorApplicationsInfoHeader types ) : void
set_local_policy ( string applications, string policies ) : void
set_maximum_etag_cache_size ( string applications, long cache_sizes ) : void
set_performance_monitor_data_retention_period ( string applications, long periods ) : void
set_performance_monitor_state ( string applications, CommonEnabledState states ) : void
set_remote_policy ( string applications, string policies ) : void
set_unmapped_state ( string applications, CommonEnabledState states ) : void

Описание методов

Beginadd_host() публичный Метод

public Beginadd_host ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
callback System
asyncState object
Результат System.IAsyncResult

Begincreate() публичный Метод

public Begincreate ( string name, string description, string local_policy, string remote_policy, string requested_hosts, System callback, object asyncState ) : System.IAsyncResult
name string
description string
local_policy string
remote_policy string
requested_hosts string
callback System
asyncState object
Результат System.IAsyncResult

Begincreate_v2() публичный Метод

public Begincreate_v2 ( string names, string local_policies, string remote_policies, string requested_hosts, System callback, object asyncState ) : System.IAsyncResult
names string
local_policies string
remote_policies string
requested_hosts string
callback System
asyncState object
Результат System.IAsyncResult

Begindelete_all_applications() публичный Метод

public Begindelete_all_applications ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

Begindelete_application() публичный Метод

public Begindelete_application ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications 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_code() публичный Метод

public Beginget_code ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_content_expiration_time() публичный Метод

public Beginget_content_expiration_time ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_description() публичный Метод

public Beginget_description ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_etag() публичный Метод

public Beginget_etag ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_host() публичный Метод

public Beginget_host ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_host_http_subdomain_count() публичный Метод

public Beginget_host_http_subdomain_count ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_host_https_subdomain_count() публичный Метод

public Beginget_host_https_subdomain_count ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_host_subdomain_prefixes() публичный Метод

public Beginget_host_subdomain_prefixes ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_ibr_default_lifetime() публичный Метод

public Beginget_ibr_default_lifetime ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_ibr_prefix() публичный Метод

public Beginget_ibr_prefix ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_info_header() публичный Метод

public Beginget_info_header ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications 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_local_policy() публичный Метод

public Beginget_local_policy ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_maximum_etag_cache_size() публичный Метод

public Beginget_maximum_etag_cache_size ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_performance_monitor_data_retention_period() публичный Метод

public Beginget_performance_monitor_data_retention_period ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_performance_monitor_state() публичный Метод

public Beginget_performance_monitor_state ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_remote_policy() публичный Метод

public Beginget_remote_policy ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_statistics() публичный Метод

public Beginget_statistics ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_statistics_by_virtual() публичный Метод

public Beginget_statistics_by_virtual ( string applications, string virtuals, System callback, object asyncState ) : System.IAsyncResult
applications string
virtuals string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_unmapped_state() публичный Метод

public Beginget_unmapped_state ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_version() публичный Метод

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

Begininvalidate_content() публичный Метод

public Begininvalidate_content ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginis_predefined() публичный Метод

public Beginis_predefined ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginremove_all_hosts() публичный Метод

public Beginremove_all_hosts ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginremove_host() публичный Метод

public Beginremove_host ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
callback System
asyncState object
Результат System.IAsyncResult

Beginreset_statistics() публичный Метод

public Beginreset_statistics ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult

Beginreset_statistics_by_virtual() публичный Метод

public Beginreset_statistics_by_virtual ( string applications, string virtuals, System callback, object asyncState ) : System.IAsyncResult
applications string
virtuals string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_code() публичный Метод

public Beginset_code ( string applications, long codes, System callback, object asyncState ) : System.IAsyncResult
applications string
codes long
callback System
asyncState object
Результат System.IAsyncResult

Beginset_description() публичный Метод

public Beginset_description ( string applications, string descriptions, System callback, object asyncState ) : System.IAsyncResult
applications string
descriptions string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_etag() публичный Метод

public Beginset_etag ( string applications, WebAcceleratorApplicationsETag types, System callback, object asyncState ) : System.IAsyncResult
applications string
types WebAcceleratorApplicationsETag
callback System
asyncState object
Результат System.IAsyncResult

Beginset_host_http_subdomain_count() публичный Метод

public Beginset_host_http_subdomain_count ( string applications, string hosts, long subdomains, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
subdomains long
callback System
asyncState object
Результат System.IAsyncResult

Beginset_host_https_subdomain_count() публичный Метод

public Beginset_host_https_subdomain_count ( string applications, string hosts, long subdomains, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
subdomains long
callback System
asyncState object
Результат System.IAsyncResult

Beginset_host_subdomain_prefixes() публичный Метод

public Beginset_host_subdomain_prefixes ( string applications, string hosts, string prefixes, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
prefixes string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_ibr_default_lifetime() публичный Метод

public Beginset_ibr_default_lifetime ( string applications, long lifetimes, System callback, object asyncState ) : System.IAsyncResult
applications string
lifetimes long
callback System
asyncState object
Результат System.IAsyncResult

Beginset_ibr_prefix() публичный Метод

public Beginset_ibr_prefix ( string applications, string prefixes, System callback, object asyncState ) : System.IAsyncResult
applications string
prefixes string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_info_header() публичный Метод

public Beginset_info_header ( string applications, WebAcceleratorApplicationsInfoHeader types, System callback, object asyncState ) : System.IAsyncResult
applications string
types WebAcceleratorApplicationsInfoHeader
callback System
asyncState object
Результат System.IAsyncResult

Beginset_local_policy() публичный Метод

public Beginset_local_policy ( string applications, string policies, System callback, object asyncState ) : System.IAsyncResult
applications string
policies string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_maximum_etag_cache_size() публичный Метод

public Beginset_maximum_etag_cache_size ( string applications, long cache_sizes, System callback, object asyncState ) : System.IAsyncResult
applications string
cache_sizes long
callback System
asyncState object
Результат System.IAsyncResult

Beginset_performance_monitor_data_retention_period() публичный Метод

public Beginset_performance_monitor_data_retention_period ( string applications, long periods, System callback, object asyncState ) : System.IAsyncResult
applications string
periods long
callback System
asyncState object
Результат System.IAsyncResult

Beginset_performance_monitor_state() публичный Метод

public Beginset_performance_monitor_state ( string applications, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
applications string
states CommonEnabledState
callback System
asyncState object
Результат System.IAsyncResult

Beginset_remote_policy() публичный Метод

public Beginset_remote_policy ( string applications, string policies, System callback, object asyncState ) : System.IAsyncResult
applications string
policies string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_unmapped_state() публичный Метод

public Beginset_unmapped_state ( string applications, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
applications string
states CommonEnabledState
callback System
asyncState object
Результат System.IAsyncResult

Endadd_host() публичный Метод

public Endadd_host ( System asyncResult ) : void
asyncResult System
Результат void

Endcreate() публичный Метод

public Endcreate ( System asyncResult ) : long
asyncResult System
Результат long

Endcreate_v2() публичный Метод

public Endcreate_v2 ( System asyncResult ) : void
asyncResult System
Результат void

Enddelete_all_applications() публичный Метод

public Enddelete_all_applications ( System asyncResult ) : void
asyncResult System
Результат void

Enddelete_application() публичный Метод

public Enddelete_application ( System asyncResult ) : void
asyncResult System
Результат void

Endget_all_statistics() публичный Метод

public Endget_all_statistics ( System asyncResult ) : WebAcceleratorApplicationsApplicationStatistics
asyncResult System
Результат WebAcceleratorApplicationsApplicationStatistics

Endget_code() публичный Метод

public Endget_code ( System asyncResult ) : long[]
asyncResult System
Результат long[]

Endget_content_expiration_time() публичный Метод

public Endget_content_expiration_time ( System asyncResult ) : CommonTimeStamp[]
asyncResult System
Результат CommonTimeStamp[]

Endget_description() публичный Метод

public Endget_description ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_etag() публичный Метод

public Endget_etag ( System asyncResult ) : WebAcceleratorApplicationsETag[]
asyncResult System
Результат WebAcceleratorApplicationsETag[]

Endget_host() публичный Метод

public Endget_host ( System asyncResult ) : string[][]
asyncResult System
Результат string[][]

Endget_host_http_subdomain_count() публичный Метод

public Endget_host_http_subdomain_count ( System asyncResult ) : long[][]
asyncResult System
Результат long[][]

Endget_host_https_subdomain_count() публичный Метод

public Endget_host_https_subdomain_count ( System asyncResult ) : long[][]
asyncResult System
Результат long[][]

Endget_host_subdomain_prefixes() публичный Метод

public Endget_host_subdomain_prefixes ( System asyncResult ) : string[][]
asyncResult System
Результат string[][]

Endget_ibr_default_lifetime() публичный Метод

public Endget_ibr_default_lifetime ( System asyncResult ) : long[]
asyncResult System
Результат long[]

Endget_ibr_prefix() публичный Метод

public Endget_ibr_prefix ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_info_header() публичный Метод

public Endget_info_header ( System asyncResult ) : WebAcceleratorApplicationsInfoHeader[]
asyncResult System
Результат WebAcceleratorApplicationsInfoHeader[]

Endget_list() публичный Метод

public Endget_list ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_local_policy() публичный Метод

public Endget_local_policy ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_maximum_etag_cache_size() публичный Метод

public Endget_maximum_etag_cache_size ( System asyncResult ) : long[]
asyncResult System
Результат long[]

Endget_performance_monitor_data_retention_period() публичный Метод

public Endget_performance_monitor_data_retention_period ( System asyncResult ) : long[]
asyncResult System
Результат long[]

Endget_performance_monitor_state() публичный Метод

public Endget_performance_monitor_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Результат CommonEnabledState[]

Endget_remote_policy() публичный Метод

public Endget_remote_policy ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_statistics() публичный Метод

public Endget_statistics ( System asyncResult ) : WebAcceleratorApplicationsApplicationStatistics
asyncResult System
Результат WebAcceleratorApplicationsApplicationStatistics

Endget_statistics_by_virtual() публичный Метод

public Endget_statistics_by_virtual ( System asyncResult ) : WebAcceleratorApplicationsApplicationStatisticsByVirtual
asyncResult System
Результат WebAcceleratorApplicationsApplicationStatisticsByVirtual

Endget_unmapped_state() публичный Метод

public Endget_unmapped_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Результат CommonEnabledState[]

Endget_version() публичный Метод

public Endget_version ( System asyncResult ) : string
asyncResult System
Результат string

Endinvalidate_content() публичный Метод

public Endinvalidate_content ( System asyncResult ) : void
asyncResult System
Результат void

Endis_predefined() публичный Метод

public Endis_predefined ( System asyncResult ) : bool[]
asyncResult System
Результат bool[]

Endremove_all_hosts() публичный Метод

public Endremove_all_hosts ( System asyncResult ) : void
asyncResult System
Результат void

Endremove_host() публичный Метод

public Endremove_host ( 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_code() публичный Метод

public Endset_code ( System asyncResult ) : void
asyncResult System
Результат void

Endset_description() публичный Метод

public Endset_description ( System asyncResult ) : void
asyncResult System
Результат void

Endset_etag() публичный Метод

public Endset_etag ( System asyncResult ) : void
asyncResult System
Результат void

Endset_host_http_subdomain_count() публичный Метод

public Endset_host_http_subdomain_count ( System asyncResult ) : void
asyncResult System
Результат void

Endset_host_https_subdomain_count() публичный Метод

public Endset_host_https_subdomain_count ( System asyncResult ) : void
asyncResult System
Результат void

Endset_host_subdomain_prefixes() публичный Метод

public Endset_host_subdomain_prefixes ( System asyncResult ) : void
asyncResult System
Результат void

Endset_ibr_default_lifetime() публичный Метод

public Endset_ibr_default_lifetime ( System asyncResult ) : void
asyncResult System
Результат void

Endset_ibr_prefix() публичный Метод

public Endset_ibr_prefix ( System asyncResult ) : void
asyncResult System
Результат void

Endset_info_header() публичный Метод

public Endset_info_header ( System asyncResult ) : void
asyncResult System
Результат void

Endset_local_policy() публичный Метод

public Endset_local_policy ( System asyncResult ) : void
asyncResult System
Результат void

Endset_maximum_etag_cache_size() публичный Метод

public Endset_maximum_etag_cache_size ( System asyncResult ) : void
asyncResult System
Результат void

Endset_performance_monitor_data_retention_period() публичный Метод

public Endset_performance_monitor_data_retention_period ( System asyncResult ) : void
asyncResult System
Результат void

Endset_performance_monitor_state() публичный Метод

public Endset_performance_monitor_state ( System asyncResult ) : void
asyncResult System
Результат void

Endset_remote_policy() публичный Метод

public Endset_remote_policy ( System asyncResult ) : void
asyncResult System
Результат void

Endset_unmapped_state() публичный Метод

public Endset_unmapped_state ( System asyncResult ) : void
asyncResult System
Результат void

WebAcceleratorApplications() публичный Метод

public WebAcceleratorApplications ( ) : System
Результат System