예제 #1
0
 /// <remarks/>
 public void GetSummationLotsAsync(int AuctionID, TLotBaseInfo[] Lots, object userState) {
     if ((this.GetSummationLotsOperationCompleted == null)) {
         this.GetSummationLotsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSummationLotsOperationCompleted);
     }
     this.InvokeAsync("GetSummationLots", new object[] {
                 AuctionID,
                 Lots}, this.GetSummationLotsOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void GetSummationLotsAsync(int AuctionID, TLotBaseInfo[] Lots) {
     this.GetSummationLotsAsync(AuctionID, Lots, null);
 }
예제 #3
0
 public bool GetSummationLots(int AuctionID, ref TLotBaseInfo[] Lots) {
     object[] results = this.Invoke("GetSummationLots", new object[] {
                 AuctionID,
                 Lots});
     Lots = ((TLotBaseInfo[])(results[1]));
     return ((bool)(results[0]));
 }
예제 #4
0
 /// <remarks/>
 public void GetConsiderSection1OfferLotsAsync(int OfferID, TLotBaseInfo[] Lots) {
     this.GetConsiderSection1OfferLotsAsync(OfferID, Lots, null);
 }
예제 #5
0
 public bool GetConsiderSection1OfferLots(int OfferID, ref TLotBaseInfo[] Lots) {
     object[] results = this.Invoke("GetConsiderSection1OfferLots", new object[] {
                 OfferID,
                 Lots});
     Lots = ((TLotBaseInfo[])(results[1]));
     return ((bool)(results[0]));
 }
예제 #6
0
 /// <remarks/>
 public void GetConsiderSection1LotsAsync(int AuctionID, TLotBaseInfo[] Lots) {
     this.GetConsiderSection1LotsAsync(AuctionID, Lots, null);
 }