Example #1
0
 /// <remarks/>
 public void getContactsAsync(GetByContactGroupIdRequest getContactsRequest, object userState) {
     if ((this.getContactsOperationCompleted == null)) {
         this.getContactsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetContactsOperationCompleted);
     }
     this.InvokeAsync("getContacts", new object[] {
                 getContactsRequest}, this.getContactsOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void getContactsAsync(GetByContactGroupIdRequest getContactsRequest) {
     this.getContactsAsync(getContactsRequest, null);
 }