iControl.WebAcceleratorApplications.Beginset_host_subdomain_prefixes C# (CSharp) Метод

Beginset_host_subdomain_prefixes() публичный Метод

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
Результат 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