//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace XiGang_iWareTestForm.SrmService { using System.Runtime.Serialization; using System; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="SrmEntity", Namespace="http://schemas.datacontract.org/2004/07/iWareSda.SrmService.SrmEntity")] [System.SerializableAttribute()] public partial class SrmEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string AlarmCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int DeviceIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool IsOnlineField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool RAlarmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int RAlarmCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool RAutoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int RColField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool RForkIniField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int RForkPosField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int RHandShakeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int RLayerField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool RLoadedField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool RPickFinishField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int RPosXField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int RPosYField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool RPutFinishField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int RSrmNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int RStateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool RTaskFinishField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int RTaskIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SrmNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string StateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WAckTaskFinishField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WCallBackField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WCancelTaskField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WCancleAlarmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WEstopField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WFromColField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WFromLayerField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WFromRowField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WHandShakeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WNewTaskField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WSrmNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WTaskIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WToColField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WToLayerField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int WToRowField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public string AlarmCode { get { return this.AlarmCodeField; } set { if ((object.ReferenceEquals(this.AlarmCodeField, value) != true)) { this.AlarmCodeField = value; this.RaisePropertyChanged("AlarmCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int DeviceId { get { return this.DeviceIdField; } set { if ((this.DeviceIdField.Equals(value) != true)) { this.DeviceIdField = value; this.RaisePropertyChanged("DeviceId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool IsOnline { get { return this.IsOnlineField; } set { if ((this.IsOnlineField.Equals(value) != true)) { this.IsOnlineField = value; this.RaisePropertyChanged("IsOnline"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool RAlarm { get { return this.RAlarmField; } set { if ((this.RAlarmField.Equals(value) != true)) { this.RAlarmField = value; this.RaisePropertyChanged("RAlarm"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int RAlarmCode { get { return this.RAlarmCodeField; } set { if ((this.RAlarmCodeField.Equals(value) != true)) { this.RAlarmCodeField = value; this.RaisePropertyChanged("RAlarmCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool RAuto { get { return this.RAutoField; } set { if ((this.RAutoField.Equals(value) != true)) { this.RAutoField = value; this.RaisePropertyChanged("RAuto"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int RCol { get { return this.RColField; } set { if ((this.RColField.Equals(value) != true)) { this.RColField = value; this.RaisePropertyChanged("RCol"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool RForkIni { get { return this.RForkIniField; } set { if ((this.RForkIniField.Equals(value) != true)) { this.RForkIniField = value; this.RaisePropertyChanged("RForkIni"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int RForkPos { get { return this.RForkPosField; } set { if ((this.RForkPosField.Equals(value) != true)) { this.RForkPosField = value; this.RaisePropertyChanged("RForkPos"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int RHandShake { get { return this.RHandShakeField; } set { if ((this.RHandShakeField.Equals(value) != true)) { this.RHandShakeField = value; this.RaisePropertyChanged("RHandShake"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int RLayer { get { return this.RLayerField; } set { if ((this.RLayerField.Equals(value) != true)) { this.RLayerField = value; this.RaisePropertyChanged("RLayer"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool RLoaded { get { return this.RLoadedField; } set { if ((this.RLoadedField.Equals(value) != true)) { this.RLoadedField = value; this.RaisePropertyChanged("RLoaded"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool RPickFinish { get { return this.RPickFinishField; } set { if ((this.RPickFinishField.Equals(value) != true)) { this.RPickFinishField = value; this.RaisePropertyChanged("RPickFinish"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int RPosX { get { return this.RPosXField; } set { if ((this.RPosXField.Equals(value) != true)) { this.RPosXField = value; this.RaisePropertyChanged("RPosX"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int RPosY { get { return this.RPosYField; } set { if ((this.RPosYField.Equals(value) != true)) { this.RPosYField = value; this.RaisePropertyChanged("RPosY"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool RPutFinish { get { return this.RPutFinishField; } set { if ((this.RPutFinishField.Equals(value) != true)) { this.RPutFinishField = value; this.RaisePropertyChanged("RPutFinish"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int RSrmNo { get { return this.RSrmNoField; } set { if ((this.RSrmNoField.Equals(value) != true)) { this.RSrmNoField = value; this.RaisePropertyChanged("RSrmNo"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int RState { get { return this.RStateField; } set { if ((this.RStateField.Equals(value) != true)) { this.RStateField = value; this.RaisePropertyChanged("RState"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool RTaskFinish { get { return this.RTaskFinishField; } set { if ((this.RTaskFinishField.Equals(value) != true)) { this.RTaskFinishField = value; this.RaisePropertyChanged("RTaskFinish"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int RTaskId { get { return this.RTaskIdField; } set { if ((this.RTaskIdField.Equals(value) != true)) { this.RTaskIdField = value; this.RaisePropertyChanged("RTaskId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string SrmName { get { return this.SrmNameField; } set { if ((object.ReferenceEquals(this.SrmNameField, value) != true)) { this.SrmNameField = value; this.RaisePropertyChanged("SrmName"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string State { get { return this.StateField; } set { if ((object.ReferenceEquals(this.StateField, value) != true)) { this.StateField = value; this.RaisePropertyChanged("State"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WAckTaskFinish { get { return this.WAckTaskFinishField; } set { if ((this.WAckTaskFinishField.Equals(value) != true)) { this.WAckTaskFinishField = value; this.RaisePropertyChanged("WAckTaskFinish"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WCallBack { get { return this.WCallBackField; } set { if ((this.WCallBackField.Equals(value) != true)) { this.WCallBackField = value; this.RaisePropertyChanged("WCallBack"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WCancelTask { get { return this.WCancelTaskField; } set { if ((this.WCancelTaskField.Equals(value) != true)) { this.WCancelTaskField = value; this.RaisePropertyChanged("WCancelTask"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WCancleAlarm { get { return this.WCancleAlarmField; } set { if ((this.WCancleAlarmField.Equals(value) != true)) { this.WCancleAlarmField = value; this.RaisePropertyChanged("WCancleAlarm"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WEstop { get { return this.WEstopField; } set { if ((this.WEstopField.Equals(value) != true)) { this.WEstopField = value; this.RaisePropertyChanged("WEstop"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WFromCol { get { return this.WFromColField; } set { if ((this.WFromColField.Equals(value) != true)) { this.WFromColField = value; this.RaisePropertyChanged("WFromCol"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WFromLayer { get { return this.WFromLayerField; } set { if ((this.WFromLayerField.Equals(value) != true)) { this.WFromLayerField = value; this.RaisePropertyChanged("WFromLayer"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WFromRow { get { return this.WFromRowField; } set { if ((this.WFromRowField.Equals(value) != true)) { this.WFromRowField = value; this.RaisePropertyChanged("WFromRow"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WHandShake { get { return this.WHandShakeField; } set { if ((this.WHandShakeField.Equals(value) != true)) { this.WHandShakeField = value; this.RaisePropertyChanged("WHandShake"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WNewTask { get { return this.WNewTaskField; } set { if ((this.WNewTaskField.Equals(value) != true)) { this.WNewTaskField = value; this.RaisePropertyChanged("WNewTask"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WSrmNo { get { return this.WSrmNoField; } set { if ((this.WSrmNoField.Equals(value) != true)) { this.WSrmNoField = value; this.RaisePropertyChanged("WSrmNo"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WTaskId { get { return this.WTaskIdField; } set { if ((this.WTaskIdField.Equals(value) != true)) { this.WTaskIdField = value; this.RaisePropertyChanged("WTaskId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WToCol { get { return this.WToColField; } set { if ((this.WToColField.Equals(value) != true)) { this.WToColField = value; this.RaisePropertyChanged("WToCol"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WToLayer { get { return this.WToLayerField; } set { if ((this.WToLayerField.Equals(value) != true)) { this.WToLayerField = value; this.RaisePropertyChanged("WToLayer"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int WToRow { get { return this.WToRowField; } set { if ((this.WToRowField.Equals(value) != true)) { this.WToRowField = value; this.RaisePropertyChanged("WToRow"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(ConfigurationName="SrmService.ISrmService")] public interface ISrmService { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/GetSrm_CacheEntity", ReplyAction="http://tempuri.org/ISrmService/GetSrm_CacheEntityResponse")] XiGang_iWareTestForm.SrmService.SrmEntity[] GetSrm_CacheEntity(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/GetSrm_CacheEntity", ReplyAction="http://tempuri.org/ISrmService/GetSrm_CacheEntityResponse")] System.Threading.Tasks.Task GetSrm_CacheEntityAsync(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/SendSrmTask", ReplyAction="http://tempuri.org/ISrmService/SendSrmTaskResponse")] string SendSrmTask(int srmId, int taskId, string sourcePlace, string toPlace); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/SendSrmTask", ReplyAction="http://tempuri.org/ISrmService/SendSrmTaskResponse")] System.Threading.Tasks.Task SendSrmTaskAsync(int srmId, int taskId, string sourcePlace, string toPlace); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/SendSrmMove", ReplyAction="http://tempuri.org/ISrmService/SendSrmMoveResponse")] XiGang_iWareTestForm.SrmService.SendSrmMoveResponse SendSrmMove(XiGang_iWareTestForm.SrmService.SendSrmMoveRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/SendSrmMove", ReplyAction="http://tempuri.org/ISrmService/SendSrmMoveResponse")] System.Threading.Tasks.Task SendSrmMoveAsync(XiGang_iWareTestForm.SrmService.SendSrmMoveRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/SendSrmEStop", ReplyAction="http://tempuri.org/ISrmService/SendSrmEStopResponse")] void SendSrmEStop(int srmId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/SendSrmEStop", ReplyAction="http://tempuri.org/ISrmService/SendSrmEStopResponse")] System.Threading.Tasks.Task SendSrmEStopAsync(int srmId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/SrmRlsAlert", ReplyAction="http://tempuri.org/ISrmService/SrmRlsAlertResponse")] void SrmRlsAlert(int srmId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/SrmRlsAlert", ReplyAction="http://tempuri.org/ISrmService/SrmRlsAlertResponse")] System.Threading.Tasks.Task SrmRlsAlertAsync(int srmId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/SendSrmDelete", ReplyAction="http://tempuri.org/ISrmService/SendSrmDeleteResponse")] void SendSrmDelete(int srmId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/SendSrmDelete", ReplyAction="http://tempuri.org/ISrmService/SendSrmDeleteResponse")] System.Threading.Tasks.Task SendSrmDeleteAsync(int srmId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/GetSrmInfo", ReplyAction="http://tempuri.org/ISrmService/GetSrmInfoResponse")] XiGang_iWareTestForm.SrmService.SrmEntity GetSrmInfo(int srmId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/GetSrmInfo", ReplyAction="http://tempuri.org/ISrmService/GetSrmInfoResponse")] System.Threading.Tasks.Task GetSrmInfoAsync(int srmId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/IsReady", ReplyAction="http://tempuri.org/ISrmService/IsReadyResponse")] XiGang_iWareTestForm.SrmService.IsReadyResponse IsReady(XiGang_iWareTestForm.SrmService.IsReadyRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/IsReady", ReplyAction="http://tempuri.org/ISrmService/IsReadyResponse")] System.Threading.Tasks.Task IsReadyAsync(XiGang_iWareTestForm.SrmService.IsReadyRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/IsAllowSendTask", ReplyAction="http://tempuri.org/ISrmService/IsAllowSendTaskResponse")] XiGang_iWareTestForm.SrmService.IsAllowSendTaskResponse IsAllowSendTask(XiGang_iWareTestForm.SrmService.IsAllowSendTaskRequest request); // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/IsAllowSendTask", ReplyAction="http://tempuri.org/ISrmService/IsAllowSendTaskResponse")] System.Threading.Tasks.Task IsAllowSendTaskAsync(XiGang_iWareTestForm.SrmService.IsAllowSendTaskRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/ConfirmTaskFinish", ReplyAction="http://tempuri.org/ISrmService/ConfirmTaskFinishResponse")] string ConfirmTaskFinish(int srmId, int taskId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/ConfirmTaskFinish", ReplyAction="http://tempuri.org/ISrmService/ConfirmTaskFinishResponse")] System.Threading.Tasks.Task ConfirmTaskFinishAsync(int srmId, int taskId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/IsTaskFinish", ReplyAction="http://tempuri.org/ISrmService/IsTaskFinishResponse")] string IsTaskFinish(int srmId, int taskId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ISrmService/IsTaskFinish", ReplyAction="http://tempuri.org/ISrmService/IsTaskFinishResponse")] System.Threading.Tasks.Task IsTaskFinishAsync(int srmId, int taskId); } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="SendSrmMove", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class SendSrmMoveRequest { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public int srmId; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public int taskId; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=2)] public string toPlace; public SendSrmMoveRequest() { } public SendSrmMoveRequest(int srmId, int taskId, string toPlace) { this.srmId = srmId; this.taskId = taskId; this.toPlace = toPlace; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="SendSrmMoveResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class SendSrmMoveResponse { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public int SendSrmMoveResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string errMsg; public SendSrmMoveResponse() { } public SendSrmMoveResponse(int SendSrmMoveResult, string errMsg) { this.SendSrmMoveResult = SendSrmMoveResult; this.errMsg = errMsg; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="IsReady", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class IsReadyRequest { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public int srmId; public IsReadyRequest() { } public IsReadyRequest(int srmId) { this.srmId = srmId; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="IsReadyResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class IsReadyResponse { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public string IsReadyResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public IsReadyResponse() { } public IsReadyResponse(string IsReadyResult, string msg) { this.IsReadyResult = IsReadyResult; this.msg = msg; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="IsAllowSendTask", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class IsAllowSendTaskRequest { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public int srmId; public IsAllowSendTaskRequest() { } public IsAllowSendTaskRequest(int srmId) { this.srmId = srmId; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.MessageContractAttribute(WrapperName="IsAllowSendTaskResponse", WrapperNamespace="http://tempuri.org/", IsWrapped=true)] public partial class IsAllowSendTaskResponse { [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=0)] public string IsAllowSendTaskResult; [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://tempuri.org/", Order=1)] public string msg; public IsAllowSendTaskResponse() { } public IsAllowSendTaskResponse(string IsAllowSendTaskResult, string msg) { this.IsAllowSendTaskResult = IsAllowSendTaskResult; this.msg = msg; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface ISrmServiceChannel : XiGang_iWareTestForm.SrmService.ISrmService, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class SrmServiceClient : System.ServiceModel.ClientBase, XiGang_iWareTestForm.SrmService.ISrmService { public SrmServiceClient() { } public SrmServiceClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public SrmServiceClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public SrmServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public SrmServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public XiGang_iWareTestForm.SrmService.SrmEntity[] GetSrm_CacheEntity() { return base.Channel.GetSrm_CacheEntity(); } public System.Threading.Tasks.Task GetSrm_CacheEntityAsync() { return base.Channel.GetSrm_CacheEntityAsync(); } public string SendSrmTask(int srmId, int taskId, string sourcePlace, string toPlace) { return base.Channel.SendSrmTask(srmId, taskId, sourcePlace, toPlace); } public System.Threading.Tasks.Task SendSrmTaskAsync(int srmId, int taskId, string sourcePlace, string toPlace) { return base.Channel.SendSrmTaskAsync(srmId, taskId, sourcePlace, toPlace); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] XiGang_iWareTestForm.SrmService.SendSrmMoveResponse XiGang_iWareTestForm.SrmService.ISrmService.SendSrmMove(XiGang_iWareTestForm.SrmService.SendSrmMoveRequest request) { return base.Channel.SendSrmMove(request); } public int SendSrmMove(int srmId, int taskId, string toPlace, out string errMsg) { XiGang_iWareTestForm.SrmService.SendSrmMoveRequest inValue = new XiGang_iWareTestForm.SrmService.SendSrmMoveRequest(); inValue.srmId = srmId; inValue.taskId = taskId; inValue.toPlace = toPlace; XiGang_iWareTestForm.SrmService.SendSrmMoveResponse retVal = ((XiGang_iWareTestForm.SrmService.ISrmService)(this)).SendSrmMove(inValue); errMsg = retVal.errMsg; return retVal.SendSrmMoveResult; } public System.Threading.Tasks.Task SendSrmMoveAsync(XiGang_iWareTestForm.SrmService.SendSrmMoveRequest request) { return base.Channel.SendSrmMoveAsync(request); } public void SendSrmEStop(int srmId) { base.Channel.SendSrmEStop(srmId); } public System.Threading.Tasks.Task SendSrmEStopAsync(int srmId) { return base.Channel.SendSrmEStopAsync(srmId); } public void SrmRlsAlert(int srmId) { base.Channel.SrmRlsAlert(srmId); } public System.Threading.Tasks.Task SrmRlsAlertAsync(int srmId) { return base.Channel.SrmRlsAlertAsync(srmId); } public void SendSrmDelete(int srmId) { base.Channel.SendSrmDelete(srmId); } public System.Threading.Tasks.Task SendSrmDeleteAsync(int srmId) { return base.Channel.SendSrmDeleteAsync(srmId); } public XiGang_iWareTestForm.SrmService.SrmEntity GetSrmInfo(int srmId) { return base.Channel.GetSrmInfo(srmId); } public System.Threading.Tasks.Task GetSrmInfoAsync(int srmId) { return base.Channel.GetSrmInfoAsync(srmId); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] XiGang_iWareTestForm.SrmService.IsReadyResponse XiGang_iWareTestForm.SrmService.ISrmService.IsReady(XiGang_iWareTestForm.SrmService.IsReadyRequest request) { return base.Channel.IsReady(request); } public string IsReady(int srmId, out string msg) { XiGang_iWareTestForm.SrmService.IsReadyRequest inValue = new XiGang_iWareTestForm.SrmService.IsReadyRequest(); inValue.srmId = srmId; XiGang_iWareTestForm.SrmService.IsReadyResponse retVal = ((XiGang_iWareTestForm.SrmService.ISrmService)(this)).IsReady(inValue); msg = retVal.msg; return retVal.IsReadyResult; } public System.Threading.Tasks.Task IsReadyAsync(XiGang_iWareTestForm.SrmService.IsReadyRequest request) { return base.Channel.IsReadyAsync(request); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] XiGang_iWareTestForm.SrmService.IsAllowSendTaskResponse XiGang_iWareTestForm.SrmService.ISrmService.IsAllowSendTask(XiGang_iWareTestForm.SrmService.IsAllowSendTaskRequest request) { return base.Channel.IsAllowSendTask(request); } public string IsAllowSendTask(int srmId, out string msg) { XiGang_iWareTestForm.SrmService.IsAllowSendTaskRequest inValue = new XiGang_iWareTestForm.SrmService.IsAllowSendTaskRequest(); inValue.srmId = srmId; XiGang_iWareTestForm.SrmService.IsAllowSendTaskResponse retVal = ((XiGang_iWareTestForm.SrmService.ISrmService)(this)).IsAllowSendTask(inValue); msg = retVal.msg; return retVal.IsAllowSendTaskResult; } public System.Threading.Tasks.Task IsAllowSendTaskAsync(XiGang_iWareTestForm.SrmService.IsAllowSendTaskRequest request) { return base.Channel.IsAllowSendTaskAsync(request); } public string ConfirmTaskFinish(int srmId, int taskId) { return base.Channel.ConfirmTaskFinish(srmId, taskId); } public System.Threading.Tasks.Task ConfirmTaskFinishAsync(int srmId, int taskId) { return base.Channel.ConfirmTaskFinishAsync(srmId, taskId); } public string IsTaskFinish(int srmId, int taskId) { return base.Channel.IsTaskFinish(srmId, taskId); } public System.Threading.Tasks.Task IsTaskFinishAsync(int srmId, int taskId) { return base.Channel.IsTaskFinishAsync(srmId, taskId); } } }