Beispiel #1
0
 /// <remarks/>
 public void getByIdAsync(GetContactsByIdRequest getByIdRequest, object userState) {
     if ((this.getByIdOperationCompleted == null)) {
         this.getByIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetByIdOperationCompleted);
     }
     this.InvokeAsync("getById", new object[] {
                 getByIdRequest}, this.getByIdOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void getByIdAsync(GetContactsByIdRequest getByIdRequest) {
     this.getByIdAsync(getByIdRequest, null);
 }