iControl.LocalLBProfilePCP.remove_all_third_party_allowed_subnets C# (CSharp) Method

remove_all_third_party_allowed_subnets() private method

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