Ejemplo n.º 1
0
 /// <remarks/>
 public void ABFindAllAsync(ABFindAllRequestType ABFindAll1, object userState) {
     if ((this.ABFindAllOperationCompleted == null)) {
         this.ABFindAllOperationCompleted = new System.Threading.SendOrPostCallback(this.OnABFindAllOperationCompleted);
     }
     this.InvokeAsync("ABFindAll", new object[] {
                 ABFindAll1}, this.ABFindAllOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void ABFindAllAsync(ABFindAllRequestType ABFindAll1) {
     this.ABFindAllAsync(ABFindAll1, null);
 }