iControl.WebAcceleratorApplications.Beginset_host_subdomain_prefixes C# (CSharp) Method

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