/// <remarks/> public void getBetHistoryAsync(GetBetHistoryReq request) { this.getBetHistoryAsync(request, null); }
/// <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); }
public GetBetHistoryResp getBetHistory(GetBetHistoryReq request) { object[] results = this.Invoke("getBetHistory", new object[] { request}); return ((GetBetHistoryResp)(results[0])); }