Exemplo n.º 1
0
 /// <remarks/>
 public void infoByAllAsync(QryBean bean, object userState) {
     if ((this.infoByAllOperationCompleted == null)) {
         this.infoByAllOperationCompleted = new System.Threading.SendOrPostCallback(this.OninfoByAllOperationCompleted);
     }
     this.InvokeAsync("infoByAll", new object[] {
                 bean}, this.infoByAllOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void infoByAllAsync(QryBean bean) {
     this.infoByAllAsync(bean, null);
 }