iControl.WebAcceleratorApplications.Beginget_host_subdomain_prefixes C# (CSharp) Method

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