/// <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); }
/// <remarks/> public void SetCustomerSiteImageAsync(SetCustomerSiteImageRequest SetCusotmerSiteImageRequest) { this.SetCustomerSiteImageAsync(SetCusotmerSiteImageRequest, null); }