Example #1
0
 /// <remarks/>
 public void GetCustomerOverviewAsync(GetCustomerOverviewRequest GetCustomerOverviewRequest, object userState) {
     if ((this.GetCustomerOverviewOperationCompleted == null)) {
         this.GetCustomerOverviewOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerOverviewOperationCompleted);
     }
     this.InvokeAsync("GetCustomerOverview", new object[] {
                 GetCustomerOverviewRequest}, this.GetCustomerOverviewOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void GetCustomerOverviewAsync(GetCustomerOverviewRequest GetCustomerOverviewRequest) {
     this.GetCustomerOverviewAsync(GetCustomerOverviewRequest, null);
 }