Example #1
0
 /// <remarks/>
 public void GetDayRateBreakdownAsync(DayRateRequest DayRateRequest, object userState) {
     if ((this.GetDayRateBreakdownOperationCompleted == null)) {
         this.GetDayRateBreakdownOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetDayRateBreakdownOperationCompleted);
     }
     this.InvokeAsync("GetDayRateBreakdown", new object[] {
                 DayRateRequest}, this.GetDayRateBreakdownOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void GetDayRateBreakdownAsync(DayRateRequest DayRateRequest) {
     this.GetDayRateBreakdownAsync(DayRateRequest, null);
 }