/// <remarks/> public void getMUBetsLiteAsync(GetMUBetsLiteReq request) { this.getMUBetsLiteAsync(request, null); }
/// <remarks/> public void getMUBetsLiteAsync(GetMUBetsLiteReq request, object userState) { if ((this.getMUBetsLiteOperationCompleted == null)) { this.getMUBetsLiteOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetMUBetsLiteOperationCompleted); } this.InvokeAsync("getMUBetsLite", new object[] { request}, this.getMUBetsLiteOperationCompleted, userState); }
public GetMUBetsLiteResp getMUBetsLite(GetMUBetsLiteReq request) { object[] results = this.Invoke("getMUBetsLite", new object[] { request}); return ((GetMUBetsLiteResp)(results[0])); }