iControl.WebAcceleratorApplications.Beginremove_all_hosts C# (CSharp) Method

Beginremove_all_hosts() public method

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