예제 #1
0
 /// <remarks/>
 public void ContactList_UpdateInsertAsync(string username, string password, int siteId, ContactRecord[] contactsList) {
     this.ContactList_UpdateInsertAsync(username, password, siteId, contactsList, null);
 }
예제 #2
0
 /// <remarks/>
 public void ContactList_UpdateInsertAsync(string username, string password, int siteId, ContactRecord[] contactsList, object userState) {
     if ((this.ContactList_UpdateInsertOperationCompleted == null)) {
         this.ContactList_UpdateInsertOperationCompleted = new System.Threading.SendOrPostCallback(this.OnContactList_UpdateInsertOperationCompleted);
     }
     this.InvokeAsync("ContactList_UpdateInsert", new object[] {
                 username,
                 password,
                 siteId,
                 contactsList}, this.ContactList_UpdateInsertOperationCompleted, userState);
 }
예제 #3
0
 public void ContactList_UpdateInsert(string username, string password, int siteId, ContactRecord[] contactsList) {
     this.Invoke("ContactList_UpdateInsert", new object[] {
                 username,
                 password,
                 siteId,
                 contactsList});
 }