iControl.SecurityLogProfile.remove_all_protocol_dnses C# (CSharp) Method

remove_all_protocol_dnses() private method

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