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

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

public Beginget_host ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_host(string [] applications, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_host", new object[] {
            applications}, callback, asyncState);
        }
WebAcceleratorApplications