Exemplo n.º 1
0
 /// <remarks/>
 public void GetTransListForMobileUserAsync(GetTransListRequestData request, object userState) {
     if ((this.GetTransListForMobileUserOperationCompleted == null)) {
         this.GetTransListForMobileUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTransListForMobileUserOperationCompleted);
     }
     this.InvokeAsync("GetTransListForMobileUser", new object[] {
                 request}, this.GetTransListForMobileUserOperationCompleted, userState);
 }
Exemplo n.º 2
0
 public GetTransListResponseData GetTransListForMobileUser(GetTransListRequestData request) {
     object[] results = this.Invoke("GetTransListForMobileUser", new object[] {
                 request});
     return ((GetTransListResponseData)(results[0]));
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void GetTransListForMobileUserAsync(GetTransListRequestData request) {
     this.GetTransListForMobileUserAsync(request, null);
 }
Exemplo n.º 4
0
 /// <remarks/>
 public void GetTransListAsync(GetTransListRequestData request) {
     this.GetTransListAsync(request, null);
 }