iControl.WebAcceleratorApplications.Beginadd_host C# (CSharp) Method

Beginadd_host() public method

public Beginadd_host ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_host(string [] applications,string [] [] hosts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_host", new object[] {
            applications,
            hosts}, callback, asyncState);
        }
WebAcceleratorApplications