iControl.WebAcceleratorApplications.Beginremove_host C# (CSharp) Method

Beginremove_host() public method

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