/// <remarks/>
 public void GetPointAccountsPagingAsync(GetPointAccountsPagingRequest GetPointAccountsPagingRequest, object userState) {
     if ((this.GetPointAccountsPagingOperationCompleted == null)) {
         this.GetPointAccountsPagingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPointAccountsPagingOperationCompleted);
     }
     this.InvokeAsync("GetPointAccountsPaging", new object[] {
                 GetPointAccountsPagingRequest}, this.GetPointAccountsPagingOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetPointAccountsPagingAsync(GetPointAccountsPagingRequest GetPointAccountsPagingRequest) {
     this.GetPointAccountsPagingAsync(GetPointAccountsPagingRequest, null);
 }