public void set_application_response_logging(
		string [] profile_names,
		string [] [] applications,
		SecurityLogProfileResponseLogging [] [] types
	)
        {
            this.Invoke("set_application_response_logging", new object [] {
                profile_names,
                applications,
                types});
        }
 public System.IAsyncResult Beginset_application_response_logging(string [] profile_names,string [] [] applications,SecurityLogProfileResponseLogging [] [] types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_application_response_logging", new object[] {
     profile_names,
     applications,
     types}, callback, asyncState);
 }