public void set_application_protocol(
		string [] profile_names,
		string [] [] applications,
		SecurityLogProfileRemoteProtocol [] [] protocols
	)
        {
            this.Invoke("set_application_protocol", new object [] {
                profile_names,
                applications,
                protocols});
        }
 public System.IAsyncResult Beginset_application_protocol(string [] profile_names,string [] [] applications,SecurityLogProfileRemoteProtocol [] [] protocols, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_application_protocol", new object[] {
     profile_names,
     applications,
     protocols}, callback, asyncState);
 }