/// <remarks/>
 public System.IAsyncResult Beginset_note_attachment(string session, new_note_attachment note, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_note_attachment", new object[] {
                 session,
                 note}, callback, asyncState);
 }
 public new_set_entry_result set_note_attachment(string session, new_note_attachment note)
 {
     object[] results = this.Invoke("set_note_attachment", new object[] {
                 session,
                 note});
     return ((new_set_entry_result)(results[0]));
 }