Пример #1
0
 /// <remarks/>
 public void GetCustomersPagingAsync(GetCustomersPagingRequest GetCustomersPagingRequest, object userState) {
     if ((this.GetCustomersPagingOperationCompleted == null)) {
         this.GetCustomersPagingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomersPagingOperationCompleted);
     }
     this.InvokeAsync("GetCustomersPaging", new object[] {
                 GetCustomersPagingRequest}, this.GetCustomersPagingOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void GetCustomersPagingAsync(GetCustomersPagingRequest GetCustomersPagingRequest) {
     this.GetCustomersPagingAsync(GetCustomersPagingRequest, null);
 }