iControl.SecurityLogProfile.remove_all_application_request_filters C# (CSharp) Method

remove_all_application_request_filters() private method

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