Exemple #1
0
 /// <remarks/>
 public void BillIdentifyLogQueryAsync(BillIdentifyLogQueryType BillIdentifyLogQuery1, object userState) {
     if ((this.BillIdentifyLogQueryOperationCompleted == null)) {
         this.BillIdentifyLogQueryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnBillIdentifyLogQueryOperationCompleted);
     }
     this.InvokeAsync("BillIdentifyLogQuery", new object[] {
                 BillIdentifyLogQuery1}, this.BillIdentifyLogQueryOperationCompleted, userState);
 }
Exemple #2
0
 /// <remarks/>
 public void BillIdentifyLogQueryAsync(BillIdentifyLogQueryType BillIdentifyLogQuery1) {
     this.BillIdentifyLogQueryAsync(BillIdentifyLogQuery1, null);
 }