iControl.LocalLBProfileWebAcceleration.remove_application C# (CSharp) Method

remove_application() private method

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