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