Example #1
0
 /// <remarks/>
 public void getBetHistoryAsync(GetBetHistoryReq request) {
     this.getBetHistoryAsync(request, null);
 }
Example #2
0
 /// <remarks/>
 public void getBetHistoryAsync(GetBetHistoryReq request, object userState) {
     if ((this.getBetHistoryOperationCompleted == null)) {
         this.getBetHistoryOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetBetHistoryOperationCompleted);
     }
     this.InvokeAsync("getBetHistory", new object[] {
                 request}, this.getBetHistoryOperationCompleted, userState);
 }
Example #3
0
 public GetBetHistoryResp getBetHistory(GetBetHistoryReq request) {
     object[] results = this.Invoke("getBetHistory", new object[] {
                 request});
     return ((GetBetHistoryResp)(results[0]));
 }