C# Class iControl.WebAcceleratorApplications

Inheritance: iControlInterface
Datei anzeigen Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Beginadd_host() public method

public Beginadd_host ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

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
return System.IAsyncResult

Begincreate_v2() public method

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
return System.IAsyncResult

Begindelete_all_applications() public method

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

Begindelete_application() public method

public Begindelete_application ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_all_statistics() public method

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

Beginget_code() public method

public Beginget_code ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_content_expiration_time() public method

public Beginget_content_expiration_time ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

Beginget_etag() public method

public Beginget_etag ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_host() public method

public Beginget_host ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_host_http_subdomain_count() public method

public Beginget_host_http_subdomain_count ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
callback System
asyncState object
return System.IAsyncResult

Beginget_host_https_subdomain_count() public method

public Beginget_host_https_subdomain_count ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
callback System
asyncState object
return System.IAsyncResult

Beginget_host_subdomain_prefixes() public method

public Beginget_host_subdomain_prefixes ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
callback System
asyncState object
return System.IAsyncResult

Beginget_ibr_default_lifetime() public method

public Beginget_ibr_default_lifetime ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_ibr_prefix() public method

public Beginget_ibr_prefix ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_info_header() public method

public Beginget_info_header ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications 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_local_policy() public method

public Beginget_local_policy ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_maximum_etag_cache_size() public method

public Beginget_maximum_etag_cache_size ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_performance_monitor_data_retention_period() public method

public Beginget_performance_monitor_data_retention_period ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_performance_monitor_state() public method

public Beginget_performance_monitor_state ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_remote_policy() public method

public Beginget_remote_policy ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_statistics() public method

public Beginget_statistics ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_statistics_by_virtual() public method

public Beginget_statistics_by_virtual ( string applications, string virtuals, System callback, object asyncState ) : System.IAsyncResult
applications string
virtuals string
callback System
asyncState object
return System.IAsyncResult

Beginget_unmapped_state() public method

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

Begininvalidate_content() public method

public Begininvalidate_content ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginis_predefined() public method

public Beginis_predefined ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginremove_all_hosts() public method

public Beginremove_all_hosts ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginremove_host() public method

public Beginremove_host ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
callback System
asyncState object
return System.IAsyncResult

Beginreset_statistics() public method

public Beginreset_statistics ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginreset_statistics_by_virtual() public method

public Beginreset_statistics_by_virtual ( string applications, string virtuals, System callback, object asyncState ) : System.IAsyncResult
applications string
virtuals string
callback System
asyncState object
return System.IAsyncResult

Beginset_code() public method

public Beginset_code ( string applications, long codes, System callback, object asyncState ) : System.IAsyncResult
applications string
codes long
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_etag() public method

public Beginset_etag ( string applications, WebAcceleratorApplicationsETag types, System callback, object asyncState ) : System.IAsyncResult
applications string
types WebAcceleratorApplicationsETag
callback System
asyncState object
return System.IAsyncResult

Beginset_host_http_subdomain_count() public method

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
return System.IAsyncResult

Beginset_host_https_subdomain_count() public method

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
return System.IAsyncResult

Beginset_host_subdomain_prefixes() public method

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
return System.IAsyncResult

Beginset_ibr_default_lifetime() public method

public Beginset_ibr_default_lifetime ( string applications, long lifetimes, System callback, object asyncState ) : System.IAsyncResult
applications string
lifetimes long
callback System
asyncState object
return System.IAsyncResult

Beginset_ibr_prefix() public method

public Beginset_ibr_prefix ( string applications, string prefixes, System callback, object asyncState ) : System.IAsyncResult
applications string
prefixes string
callback System
asyncState object
return System.IAsyncResult

Beginset_info_header() public method

public Beginset_info_header ( string applications, WebAcceleratorApplicationsInfoHeader types, System callback, object asyncState ) : System.IAsyncResult
applications string
types WebAcceleratorApplicationsInfoHeader
callback System
asyncState object
return System.IAsyncResult

Beginset_local_policy() public method

public Beginset_local_policy ( string applications, string policies, System callback, object asyncState ) : System.IAsyncResult
applications string
policies string
callback System
asyncState object
return System.IAsyncResult

Beginset_maximum_etag_cache_size() public method

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
return System.IAsyncResult

Beginset_performance_monitor_data_retention_period() public method

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
return System.IAsyncResult

Beginset_performance_monitor_state() public method

public Beginset_performance_monitor_state ( string applications, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
applications string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_remote_policy() public method

public Beginset_remote_policy ( string applications, string policies, System callback, object asyncState ) : System.IAsyncResult
applications string
policies string
callback System
asyncState object
return System.IAsyncResult

Beginset_unmapped_state() public method

public Beginset_unmapped_state ( string applications, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
applications string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Endadd_host() public method

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

Endcreate() public method

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

Endcreate_v2() public method

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

Enddelete_all_applications() public method

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

Enddelete_application() public method

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

Endget_all_statistics() public method

public Endget_all_statistics ( System asyncResult ) : WebAcceleratorApplicationsApplicationStatistics
asyncResult System
return WebAcceleratorApplicationsApplicationStatistics

Endget_code() public method

public Endget_code ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_content_expiration_time() public method

public Endget_content_expiration_time ( System asyncResult ) : CommonTimeStamp[]
asyncResult System
return CommonTimeStamp[]

Endget_description() public method

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

Endget_etag() public method

public Endget_etag ( System asyncResult ) : WebAcceleratorApplicationsETag[]
asyncResult System
return WebAcceleratorApplicationsETag[]

Endget_host() public method

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

Endget_host_http_subdomain_count() public method

public Endget_host_http_subdomain_count ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_host_https_subdomain_count() public method

public Endget_host_https_subdomain_count ( System asyncResult ) : long[][]
asyncResult System
return long[][]

Endget_host_subdomain_prefixes() public method

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

Endget_ibr_default_lifetime() public method

public Endget_ibr_default_lifetime ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_ibr_prefix() public method

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

Endget_info_header() public method

public Endget_info_header ( System asyncResult ) : WebAcceleratorApplicationsInfoHeader[]
asyncResult System
return WebAcceleratorApplicationsInfoHeader[]

Endget_list() public method

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

Endget_local_policy() public method

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

Endget_maximum_etag_cache_size() public method

public Endget_maximum_etag_cache_size ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_performance_monitor_data_retention_period() public method

public Endget_performance_monitor_data_retention_period ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_performance_monitor_state() public method

public Endget_performance_monitor_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_remote_policy() public method

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

Endget_statistics() public method

public Endget_statistics ( System asyncResult ) : WebAcceleratorApplicationsApplicationStatistics
asyncResult System
return WebAcceleratorApplicationsApplicationStatistics

Endget_statistics_by_virtual() public method

public Endget_statistics_by_virtual ( System asyncResult ) : WebAcceleratorApplicationsApplicationStatisticsByVirtual
asyncResult System
return WebAcceleratorApplicationsApplicationStatisticsByVirtual

Endget_unmapped_state() public method

public Endget_unmapped_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endinvalidate_content() public method

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

Endis_predefined() public method

public Endis_predefined ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endremove_all_hosts() public method

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

Endremove_host() public method

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

Endreset_statistics() public method

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

Endreset_statistics_by_virtual() public method

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

Endset_code() public method

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

Endset_description() public method

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

Endset_etag() public method

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

Endset_host_http_subdomain_count() public method

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

Endset_host_https_subdomain_count() public method

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

Endset_host_subdomain_prefixes() public method

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

Endset_ibr_default_lifetime() public method

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

Endset_ibr_prefix() public method

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

Endset_info_header() public method

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

Endset_local_policy() public method

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

Endset_maximum_etag_cache_size() public method

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

Endset_performance_monitor_data_retention_period() public method

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

Endset_performance_monitor_state() public method

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

Endset_remote_policy() public method

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

Endset_unmapped_state() public method

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

WebAcceleratorApplications() public method

public WebAcceleratorApplications ( ) : System
return System