iControl.LocalLBProfileWebAcceleration.remove_all_applications C# (CSharp) Méthode

remove_all_applications() private méthode

private remove_all_applications ( string profile_names ) : void
profile_names string
Résultat void
        public void remove_all_applications(
		string [] profile_names
	)
        {
            this.Invoke("remove_all_applications", new object [] {
                profile_names});
        }
LocalLBProfileWebAcceleration