New file |
| | |
| | | //------------------------------------------------------------------------------ |
| | | // <auto-generated> |
| | | // 此代码由工具生成。 |
| | | // 运行时版本:4.0.30319.42000 |
| | | // |
| | | // 对此文件的更改可能会导致不正确的行为,并且如果 |
| | | // 重新生成代码,这些更改将会丢失。 |
| | | // </auto-generated> |
| | | //------------------------------------------------------------------------------ |
| | | |
| | | using System; |
| | | using System.ComponentModel; |
| | | using System.Diagnostics; |
| | | using System.Web.Services; |
| | | using System.Web.Services.Protocols; |
| | | using System.Xml.Serialization; |
| | | |
| | | // |
| | | // 此源代码由 wsdl 自动生成, Version=4.6.1055.0。 |
| | | // |
| | | |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | [System.Web.Services.WebServiceBindingAttribute(Name="HostToAGV", Namespace="http://127.0.0.1:9988/HostToAGV.wsdl")] |
| | | public class HostToAGV : System.Web.Services.Protocols.SoapHttpClientProtocol { |
| | | |
| | | private System.Threading.SendOrPostCallback StartNewOrderWithQCmdOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback AddNewOrderOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback CancelOrderOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback ChangeOrderOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback QueryOrderOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback OrderAddOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback OrderChangeParamOperationCompleted; |
| | | |
| | | /// <remarks/> |
| | | public HostToAGV() { |
| | | this.Url = "http://127.0.0.1:9988/HostToAGV.cgi"; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public event StartNewOrderWithQCmdCompletedEventHandler StartNewOrderWithQCmdCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event AddNewOrderCompletedEventHandler AddNewOrderCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event CancelOrderCompletedEventHandler CancelOrderCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event ChangeOrderCompletedEventHandler ChangeOrderCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event QueryOrderCompletedEventHandler QueryOrderCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event OrderAddCompletedEventHandler OrderAddCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event OrderChangeParamCompletedEventHandler OrderChangeParamCompleted; |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:HostToAGV", ResponseNamespace="urn:HostToAGV", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | [return: System.Xml.Serialization.XmlElementAttribute("bufout", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
| | | public string StartNewOrderWithQCmd([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)] string bufin) { |
| | | object[] results = this.Invoke("StartNewOrderWithQCmd", new object[] { |
| | | bufin}); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.IAsyncResult BeginStartNewOrderWithQCmd(string bufin, System.AsyncCallback callback, object asyncState) { |
| | | return this.BeginInvoke("StartNewOrderWithQCmd", new object[] { |
| | | bufin}, callback, asyncState); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string EndStartNewOrderWithQCmd(System.IAsyncResult asyncResult) { |
| | | object[] results = this.EndInvoke(asyncResult); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void StartNewOrderWithQCmdAsync(string bufin) { |
| | | this.StartNewOrderWithQCmdAsync(bufin, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void StartNewOrderWithQCmdAsync(string bufin, object userState) { |
| | | if ((this.StartNewOrderWithQCmdOperationCompleted == null)) { |
| | | this.StartNewOrderWithQCmdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStartNewOrderWithQCmdOperationCompleted); |
| | | } |
| | | this.InvokeAsync("StartNewOrderWithQCmd", new object[] { |
| | | bufin}, this.StartNewOrderWithQCmdOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnStartNewOrderWithQCmdOperationCompleted(object arg) { |
| | | if ((this.StartNewOrderWithQCmdCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.StartNewOrderWithQCmdCompleted(this, new StartNewOrderWithQCmdCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:HostToAGV", ResponseNamespace="urn:HostToAGV", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | [return: System.Xml.Serialization.XmlElementAttribute("bufout", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
| | | public string AddNewOrder([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)] string bufin) { |
| | | object[] results = this.Invoke("AddNewOrder", new object[] { |
| | | bufin}); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.IAsyncResult BeginAddNewOrder(string bufin, System.AsyncCallback callback, object asyncState) { |
| | | return this.BeginInvoke("AddNewOrder", new object[] { |
| | | bufin}, callback, asyncState); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string EndAddNewOrder(System.IAsyncResult asyncResult) { |
| | | object[] results = this.EndInvoke(asyncResult); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void AddNewOrderAsync(string bufin) { |
| | | this.AddNewOrderAsync(bufin, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void AddNewOrderAsync(string bufin, object userState) { |
| | | if ((this.AddNewOrderOperationCompleted == null)) { |
| | | this.AddNewOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddNewOrderOperationCompleted); |
| | | } |
| | | this.InvokeAsync("AddNewOrder", new object[] { |
| | | bufin}, this.AddNewOrderOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnAddNewOrderOperationCompleted(object arg) { |
| | | if ((this.AddNewOrderCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.AddNewOrderCompleted(this, new AddNewOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:HostToAGV", ResponseNamespace="urn:HostToAGV", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | [return: System.Xml.Serialization.XmlElementAttribute("bufout", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
| | | public string CancelOrder([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)] string bufin) { |
| | | object[] results = this.Invoke("CancelOrder", new object[] { |
| | | bufin}); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.IAsyncResult BeginCancelOrder(string bufin, System.AsyncCallback callback, object asyncState) { |
| | | return this.BeginInvoke("CancelOrder", new object[] { |
| | | bufin}, callback, asyncState); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string EndCancelOrder(System.IAsyncResult asyncResult) { |
| | | object[] results = this.EndInvoke(asyncResult); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void CancelOrderAsync(string bufin) { |
| | | this.CancelOrderAsync(bufin, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void CancelOrderAsync(string bufin, object userState) { |
| | | if ((this.CancelOrderOperationCompleted == null)) { |
| | | this.CancelOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCancelOrderOperationCompleted); |
| | | } |
| | | this.InvokeAsync("CancelOrder", new object[] { |
| | | bufin}, this.CancelOrderOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnCancelOrderOperationCompleted(object arg) { |
| | | if ((this.CancelOrderCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.CancelOrderCompleted(this, new CancelOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:HostToAGV", ResponseNamespace="urn:HostToAGV", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | [return: System.Xml.Serialization.XmlElementAttribute("bufout", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
| | | public string ChangeOrder([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)] string bufin) { |
| | | object[] results = this.Invoke("ChangeOrder", new object[] { |
| | | bufin}); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.IAsyncResult BeginChangeOrder(string bufin, System.AsyncCallback callback, object asyncState) { |
| | | return this.BeginInvoke("ChangeOrder", new object[] { |
| | | bufin}, callback, asyncState); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string EndChangeOrder(System.IAsyncResult asyncResult) { |
| | | object[] results = this.EndInvoke(asyncResult); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void ChangeOrderAsync(string bufin) { |
| | | this.ChangeOrderAsync(bufin, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void ChangeOrderAsync(string bufin, object userState) { |
| | | if ((this.ChangeOrderOperationCompleted == null)) { |
| | | this.ChangeOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChangeOrderOperationCompleted); |
| | | } |
| | | this.InvokeAsync("ChangeOrder", new object[] { |
| | | bufin}, this.ChangeOrderOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnChangeOrderOperationCompleted(object arg) { |
| | | if ((this.ChangeOrderCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.ChangeOrderCompleted(this, new ChangeOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="urn:HostToAGV", ResponseNamespace="urn:HostToAGV", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | [return: System.Xml.Serialization.XmlElementAttribute("bufout", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
| | | public string QueryOrder([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)] string bufin) { |
| | | object[] results = this.Invoke("QueryOrder", new object[] { |
| | | bufin}); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.IAsyncResult BeginQueryOrder(string bufin, System.AsyncCallback callback, object asyncState) { |
| | | return this.BeginInvoke("QueryOrder", new object[] { |
| | | bufin}, callback, asyncState); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string EndQueryOrder(System.IAsyncResult asyncResult) { |
| | | object[] results = this.EndInvoke(asyncResult); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void QueryOrderAsync(string bufin) { |
| | | this.QueryOrderAsync(bufin, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void QueryOrderAsync(string bufin, object userState) { |
| | | if ((this.QueryOrderOperationCompleted == null)) { |
| | | this.QueryOrderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnQueryOrderOperationCompleted); |
| | | } |
| | | this.InvokeAsync("QueryOrder", new object[] { |
| | | bufin}, this.QueryOrderOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnQueryOrderOperationCompleted(object arg) { |
| | | if ((this.QueryOrderCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.QueryOrderCompleted(this, new QueryOrderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestElementName="Order-Add", RequestNamespace="urn:HostToAGV", ResponseElementName="Order-AddResponse", ResponseNamespace="urn:HostToAGV", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | [return: System.Xml.Serialization.XmlElementAttribute("pszResponse", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
| | | public string OrderAdd([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)] string pszRequest) { |
| | | object[] results = this.Invoke("OrderAdd", new object[] { |
| | | pszRequest}); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.IAsyncResult BeginOrderAdd(string pszRequest, System.AsyncCallback callback, object asyncState) { |
| | | return this.BeginInvoke("OrderAdd", new object[] { |
| | | pszRequest}, callback, asyncState); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string EndOrderAdd(System.IAsyncResult asyncResult) { |
| | | object[] results = this.EndInvoke(asyncResult); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void OrderAddAsync(string pszRequest) { |
| | | this.OrderAddAsync(pszRequest, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void OrderAddAsync(string pszRequest, object userState) { |
| | | if ((this.OrderAddOperationCompleted == null)) { |
| | | this.OrderAddOperationCompleted = new System.Threading.SendOrPostCallback(this.OnOrderAddOperationCompleted); |
| | | } |
| | | this.InvokeAsync("OrderAdd", new object[] { |
| | | pszRequest}, this.OrderAddOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnOrderAddOperationCompleted(object arg) { |
| | | if ((this.OrderAddCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.OrderAddCompleted(this, new OrderAddCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestElementName="Order-ChangeParam", RequestNamespace="urn:HostToAGV", ResponseElementName="Order-ChangeParamResponse", ResponseNamespace="urn:HostToAGV", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | [return: System.Xml.Serialization.XmlElementAttribute("pszResponse", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] |
| | | public string OrderChangeParam([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)] string pszRequest) { |
| | | object[] results = this.Invoke("OrderChangeParam", new object[] { |
| | | pszRequest}); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public System.IAsyncResult BeginOrderChangeParam(string pszRequest, System.AsyncCallback callback, object asyncState) { |
| | | return this.BeginInvoke("OrderChangeParam", new object[] { |
| | | pszRequest}, callback, asyncState); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string EndOrderChangeParam(System.IAsyncResult asyncResult) { |
| | | object[] results = this.EndInvoke(asyncResult); |
| | | return ((string)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void OrderChangeParamAsync(string pszRequest) { |
| | | this.OrderChangeParamAsync(pszRequest, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void OrderChangeParamAsync(string pszRequest, object userState) { |
| | | if ((this.OrderChangeParamOperationCompleted == null)) { |
| | | this.OrderChangeParamOperationCompleted = new System.Threading.SendOrPostCallback(this.OnOrderChangeParamOperationCompleted); |
| | | } |
| | | this.InvokeAsync("OrderChangeParam", new object[] { |
| | | pszRequest}, this.OrderChangeParamOperationCompleted, userState); |
| | | } |
| | | |
| | | private void OnOrderChangeParamOperationCompleted(object arg) { |
| | | if ((this.OrderChangeParamCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.OrderChangeParamCompleted(this, new OrderChangeParamCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public new void CancelAsync(object userState) { |
| | | base.CancelAsync(userState); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | public delegate void StartNewOrderWithQCmdCompletedEventHandler(object sender, StartNewOrderWithQCmdCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public class StartNewOrderWithQCmdCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal StartNewOrderWithQCmdCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[0])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | public delegate void AddNewOrderCompletedEventHandler(object sender, AddNewOrderCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public class AddNewOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal AddNewOrderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[0])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | public delegate void CancelOrderCompletedEventHandler(object sender, CancelOrderCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public class CancelOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal CancelOrderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[0])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | public delegate void ChangeOrderCompletedEventHandler(object sender, ChangeOrderCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public class ChangeOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal ChangeOrderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[0])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | public delegate void QueryOrderCompletedEventHandler(object sender, QueryOrderCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public class QueryOrderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal QueryOrderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[0])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | public delegate void OrderAddCompletedEventHandler(object sender, OrderAddCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public class OrderAddCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal OrderAddCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[0])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | public delegate void OrderChangeParamCompletedEventHandler(object sender, OrderChangeParamCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.6.1055.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public class OrderChangeParamCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal OrderChangeParamCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[0])); |
| | | } |
| | | } |
| | | } |