public System.IAsyncResult Beginset_persist_type(string [] profile_names,LocalLBProfileSIPSessionProfilePersistType [] values, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_persist_type", new object[] {
     profile_names,
     values}, callback, asyncState);
 }
        public void set_persist_type(
		string [] profile_names,
		LocalLBProfileSIPSessionProfilePersistType [] values
	)
        {
            this.Invoke("set_persist_type", new object [] {
                profile_names,
                values});
        }