iControl.WebAcceleratorApplications.Beginset_host_http_subdomain_count C# (CSharp) Method

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
        public System.IAsyncResult Beginset_host_http_subdomain_count(string [] applications,string [] [] hosts,long [] [] subdomains, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_host_http_subdomain_count", new object[] {
            applications,
            hosts,
            subdomains}, callback, asyncState);
        }
WebAcceleratorApplications