Example #1
0
 /// <remarks/>
 public void SetCustomerSiteImageAsync(SetCustomerSiteImageRequest SetCusotmerSiteImageRequest, object userState) {
     if ((this.SetCustomerSiteImageOperationCompleted == null)) {
         this.SetCustomerSiteImageOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetCustomerSiteImageOperationCompleted);
     }
     this.InvokeAsync("SetCustomerSiteImage", new object[] {
                 SetCusotmerSiteImageRequest}, this.SetCustomerSiteImageOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void SetCustomerSiteImageAsync(SetCustomerSiteImageRequest SetCusotmerSiteImageRequest) {
     this.SetCustomerSiteImageAsync(SetCusotmerSiteImageRequest, null);
 }