⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 awsecommerceservice.cs

📁 .NET 2.0模式开发实战源代码,使用C#说明
💻 CS
📖 第 1 页 / 共 5 页
字号:
        return ((ListSearchResponse)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginListSearch(ListSearch ListSearch1, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("ListSearch", new object[] {
                    ListSearch1}, callback, asyncState);
    }
    
    /// <remarks/>
    public ListSearchResponse EndListSearch(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((ListSearchResponse)(results[0]));
    }
    
    /// <remarks/>
    public void ListSearchAsync(ListSearch ListSearch1) {
        this.ListSearchAsync(ListSearch1, null);
    }
    
    /// <remarks/>
    public void ListSearchAsync(ListSearch ListSearch1, object userState) {
        if ((this.ListSearchOperationCompleted == null)) {
            this.ListSearchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnListSearchOperationCompleted);
        }
        this.InvokeAsync("ListSearch", new object[] {
                    ListSearch1}, this.ListSearchOperationCompleted, userState);
    }
    
    private void OnListSearchOperationCompleted(object arg) {
        if ((this.ListSearchCompleted != null)) {
            System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
            this.ListSearchCompleted(this, new ListSearchCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
        }
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://soap.amazon.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
    [return: System.Xml.Serialization.XmlElementAttribute("ListLookupResponse", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")]
    public ListLookupResponse ListLookup([System.Xml.Serialization.XmlElementAttribute("ListLookup", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")] ListLookup ListLookup1) {
        object[] results = this.Invoke("ListLookup", new object[] {
                    ListLookup1});
        return ((ListLookupResponse)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginListLookup(ListLookup ListLookup1, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("ListLookup", new object[] {
                    ListLookup1}, callback, asyncState);
    }
    
    /// <remarks/>
    public ListLookupResponse EndListLookup(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((ListLookupResponse)(results[0]));
    }
    
    /// <remarks/>
    public void ListLookupAsync(ListLookup ListLookup1) {
        this.ListLookupAsync(ListLookup1, null);
    }
    
    /// <remarks/>
    public void ListLookupAsync(ListLookup ListLookup1, object userState) {
        if ((this.ListLookupOperationCompleted == null)) {
            this.ListLookupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnListLookupOperationCompleted);
        }
        this.InvokeAsync("ListLookup", new object[] {
                    ListLookup1}, this.ListLookupOperationCompleted, userState);
    }
    
    private void OnListLookupOperationCompleted(object arg) {
        if ((this.ListLookupCompleted != null)) {
            System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
            this.ListLookupCompleted(this, new ListLookupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
        }
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://soap.amazon.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
    [return: System.Xml.Serialization.XmlElementAttribute("CustomerContentSearchResponse", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")]
    public CustomerContentSearchResponse CustomerContentSearch([System.Xml.Serialization.XmlElementAttribute("CustomerContentSearch", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")] CustomerContentSearch CustomerContentSearch1) {
        object[] results = this.Invoke("CustomerContentSearch", new object[] {
                    CustomerContentSearch1});
        return ((CustomerContentSearchResponse)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginCustomerContentSearch(CustomerContentSearch CustomerContentSearch1, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("CustomerContentSearch", new object[] {
                    CustomerContentSearch1}, callback, asyncState);
    }
    
    /// <remarks/>
    public CustomerContentSearchResponse EndCustomerContentSearch(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((CustomerContentSearchResponse)(results[0]));
    }
    
    /// <remarks/>
    public void CustomerContentSearchAsync(CustomerContentSearch CustomerContentSearch1) {
        this.CustomerContentSearchAsync(CustomerContentSearch1, null);
    }
    
    /// <remarks/>
    public void CustomerContentSearchAsync(CustomerContentSearch CustomerContentSearch1, object userState) {
        if ((this.CustomerContentSearchOperationCompleted == null)) {
            this.CustomerContentSearchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCustomerContentSearchOperationCompleted);
        }
        this.InvokeAsync("CustomerContentSearch", new object[] {
                    CustomerContentSearch1}, this.CustomerContentSearchOperationCompleted, userState);
    }
    
    private void OnCustomerContentSearchOperationCompleted(object arg) {
        if ((this.CustomerContentSearchCompleted != null)) {
            System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
            this.CustomerContentSearchCompleted(this, new CustomerContentSearchCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
        }
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://soap.amazon.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
    [return: System.Xml.Serialization.XmlElementAttribute("CustomerContentLookupResponse", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")]
    public CustomerContentLookupResponse CustomerContentLookup([System.Xml.Serialization.XmlElementAttribute("CustomerContentLookup", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")] CustomerContentLookup CustomerContentLookup1) {
        object[] results = this.Invoke("CustomerContentLookup", new object[] {
                    CustomerContentLookup1});
        return ((CustomerContentLookupResponse)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginCustomerContentLookup(CustomerContentLookup CustomerContentLookup1, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("CustomerContentLookup", new object[] {
                    CustomerContentLookup1}, callback, asyncState);
    }
    
    /// <remarks/>
    public CustomerContentLookupResponse EndCustomerContentLookup(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((CustomerContentLookupResponse)(results[0]));
    }
    
    /// <remarks/>
    public void CustomerContentLookupAsync(CustomerContentLookup CustomerContentLookup1) {
        this.CustomerContentLookupAsync(CustomerContentLookup1, null);
    }
    
    /// <remarks/>
    public void CustomerContentLookupAsync(CustomerContentLookup CustomerContentLookup1, object userState) {
        if ((this.CustomerContentLookupOperationCompleted == null)) {
            this.CustomerContentLookupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCustomerContentLookupOperationCompleted);
        }
        this.InvokeAsync("CustomerContentLookup", new object[] {
                    CustomerContentLookup1}, this.CustomerContentLookupOperationCompleted, userState);
    }
    
    private void OnCustomerContentLookupOperationCompleted(object arg) {
        if ((this.CustomerContentLookupCompleted != null)) {
            System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
            this.CustomerContentLookupCompleted(this, new CustomerContentLookupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
        }
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://soap.amazon.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
    [return: System.Xml.Serialization.XmlElementAttribute("SimilarityLookupResponse", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")]
    public SimilarityLookupResponse SimilarityLookup([System.Xml.Serialization.XmlElementAttribute("SimilarityLookup", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")] SimilarityLookup SimilarityLookup1) {
        object[] results = this.Invoke("SimilarityLookup", new object[] {
                    SimilarityLookup1});
        return ((SimilarityLookupResponse)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginSimilarityLookup(SimilarityLookup SimilarityLookup1, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("SimilarityLookup", new object[] {
                    SimilarityLookup1}, callback, asyncState);
    }
    
    /// <remarks/>
    public SimilarityLookupResponse EndSimilarityLookup(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((SimilarityLookupResponse)(results[0]));
    }
    
    /// <remarks/>
    public void SimilarityLookupAsync(SimilarityLookup SimilarityLookup1) {
        this.SimilarityLookupAsync(SimilarityLookup1, null);
    }
    
    /// <remarks/>
    public void SimilarityLookupAsync(SimilarityLookup SimilarityLookup1, object userState) {
        if ((this.SimilarityLookupOperationCompleted == null)) {
            this.SimilarityLookupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSimilarityLookupOperationCompleted);
        }
        this.InvokeAsync("SimilarityLookup", new object[] {
                    SimilarityLookup1}, this.SimilarityLookupOperationCompleted, userState);
    }
    
    private void OnSimilarityLookupOperationCompleted(object arg) {
        if ((this.SimilarityLookupCompleted != null)) {
            System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
            this.SimilarityLookupCompleted(this, new SimilarityLookupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
        }
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://soap.amazon.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
    [return: System.Xml.Serialization.XmlElementAttribute("SellerLookupResponse", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")]
    public SellerLookupResponse SellerLookup([System.Xml.Serialization.XmlElementAttribute("SellerLookup", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")] SellerLookup SellerLookup1) {
        object[] results = this.Invoke("SellerLookup", new object[] {
                    SellerLookup1});
        return ((SellerLookupResponse)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginSellerLookup(SellerLookup SellerLookup1, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("SellerLookup", new object[] {
                    SellerLookup1}, callback, asyncState);
    }
    
    /// <remarks/>
    public SellerLookupResponse EndSellerLookup(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((SellerLookupResponse)(results[0]));
    }
    
    /// <remarks/>
    public void SellerLookupAsync(SellerLookup SellerLookup1) {
        this.SellerLookupAsync(SellerLookup1, null);
    }
    
    /// <remarks/>
    public void SellerLookupAsync(SellerLookup SellerLookup1, object userState) {
        if ((this.SellerLookupOperationCompleted == null)) {
            this.SellerLookupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSellerLookupOperationCompleted);
        }
        this.InvokeAsync("SellerLookup", new object[] {
                    SellerLookup1}, this.SellerLookupOperationCompleted, userState);
    }
    
    private void OnSellerLookupOperationCompleted(object arg) {
        if ((this.SellerLookupCompleted != null)) {
            System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
            this.SellerLookupCompleted(this, new SellerLookupCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
        }
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://soap.amazon.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
    [return: System.Xml.Serialization.XmlElementAttribute("CartGetResponse", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")]
    public CartGetResponse CartGet([System.Xml.Serialization.XmlElementAttribute("CartGet", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")] CartGet CartGet1) {
        object[] results = this.Invoke("CartGet", new object[] {
                    CartGet1});
        return ((CartGetResponse)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginCartGet(CartGet CartGet1, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("CartGet", new object[] {
                    CartGet1}, callback, asyncState);
    }
    
    /// <remarks/>
    public CartGetResponse EndCartGet(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((CartGetResponse)(results[0]));
    }
    
    /// <remarks/>
    public void CartGetAsync(CartGet CartGet1) {
        this.CartGetAsync(CartGet1, null);
    }
    
    /// <remarks/>
    public void CartGetAsync(CartGet CartGet1, object userState) {
        if ((this.CartGetOperationCompleted == null)) {
            this.CartGetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCartGetOperationCompleted);
        }
        this.InvokeAsync("CartGet", new object[] {
                    CartGet1}, this.CartGetOperationCompleted, userState);
    }
    
    private void OnCartGetOperationCompleted(object arg) {
        if ((this.CartGetCompleted != null)) {
            System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
            this.CartGetCompleted(this, new CartGetCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
        }
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://soap.amazon.com", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
    [return: System.Xml.Serialization.XmlElementAttribute("CartAddResponse", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")]
    public CartAddResponse CartAdd([System.Xml.Serialization.XmlElementAttribute("CartAdd", Namespace="http://webservices.amazon.com/AWSECommerceService/2005-02-23")] CartAdd CartAdd1) {
        object[] results = this.Invoke("CartAdd", new object[] {
                    CartAdd1});
        return ((CartAddResponse)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginCartAdd(CartAdd CartAdd1, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("CartAdd", new object[] {
                    CartAdd1}, callback, asyncState);
    }
    
    /// <remarks/>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -