iControl.WebAcceleratorApplications.remove_all_hosts C# (CSharp) Method

remove_all_hosts() private method

private remove_all_hosts ( string applications ) : void
applications string
return void
        public void remove_all_hosts(
		string [] applications
	)
        {
            this.Invoke("remove_all_hosts", new object [] {
                applications});
        }
WebAcceleratorApplications