public void set_application_maximum_entry_length(
		string [] profile_names,
		string [] [] applications,
		SecurityLogProfileEntryLength [] [] lengths
	)
        {
            this.Invoke("set_application_maximum_entry_length", new object [] {
                profile_names,
                applications,
                lengths});
        }
 public System.IAsyncResult Beginset_application_maximum_entry_length(string [] profile_names,string [] [] applications,SecurityLogProfileEntryLength [] [] lengths, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_application_maximum_entry_length", new object[] {
     profile_names,
     applications,
     lengths}, callback, asyncState);
 }