iControl.WebAcceleratorApplications.Beginget_host_http_subdomain_count C# (CSharp) Method

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