You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
4.7 KiB
88 lines
4.7 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:4.0.30319.42000
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace WcfInterfaceServer.ServiceReference1 {
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="ServiceReference1.I_Managely5")]
|
|
public interface I_Managely5 {
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/I_Managely5/HandleControlAGV11ApplyYB", ReplyAction="http://tempuri.org/I_Managely5/HandleControlAGV11ApplyYBResponse")]
|
|
string HandleControlAGV11ApplyYB(string jsonStr);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/I_Managely5/HandleControlAGV11ApplyYB", ReplyAction="http://tempuri.org/I_Managely5/HandleControlAGV11ApplyYBResponse")]
|
|
System.Threading.Tasks.Task<string> HandleControlAGV11ApplyYBAsync(string jsonStr);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/I_Managely5/HandleControlAGV12ApplyYB", ReplyAction="http://tempuri.org/I_Managely5/HandleControlAGV12ApplyYBResponse")]
|
|
string HandleControlAGV12ApplyYB(string jsonStr);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/I_Managely5/HandleControlAGV12ApplyYB", ReplyAction="http://tempuri.org/I_Managely5/HandleControlAGV12ApplyYBResponse")]
|
|
System.Threading.Tasks.Task<string> HandleControlAGV12ApplyYBAsync(string jsonStr);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/I_Managely5/HandleControlAGVQueryApplyYB", ReplyAction="http://tempuri.org/I_Managely5/HandleControlAGVQueryApplyYBResponse")]
|
|
string HandleControlAGVQueryApplyYB(string jsonStr);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/I_Managely5/HandleControlAGVQueryApplyYB", ReplyAction="http://tempuri.org/I_Managely5/HandleControlAGVQueryApplyYBResponse")]
|
|
System.Threading.Tasks.Task<string> HandleControlAGVQueryApplyYBAsync(string jsonStr);
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public interface I_Managely5Channel : WcfInterfaceServer.ServiceReference1.I_Managely5, System.ServiceModel.IClientChannel {
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public partial class I_Managely5Client : System.ServiceModel.ClientBase<WcfInterfaceServer.ServiceReference1.I_Managely5>, WcfInterfaceServer.ServiceReference1.I_Managely5 {
|
|
|
|
public I_Managely5Client() {
|
|
}
|
|
|
|
public I_Managely5Client(string endpointConfigurationName) :
|
|
base(endpointConfigurationName) {
|
|
}
|
|
|
|
public I_Managely5Client(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public I_Managely5Client(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public I_Managely5Client(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress) {
|
|
}
|
|
|
|
public string HandleControlAGV11ApplyYB(string jsonStr) {
|
|
return base.Channel.HandleControlAGV11ApplyYB(jsonStr);
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<string> HandleControlAGV11ApplyYBAsync(string jsonStr) {
|
|
return base.Channel.HandleControlAGV11ApplyYBAsync(jsonStr);
|
|
}
|
|
|
|
public string HandleControlAGV12ApplyYB(string jsonStr) {
|
|
return base.Channel.HandleControlAGV12ApplyYB(jsonStr);
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<string> HandleControlAGV12ApplyYBAsync(string jsonStr) {
|
|
return base.Channel.HandleControlAGV12ApplyYBAsync(jsonStr);
|
|
}
|
|
|
|
public string HandleControlAGVQueryApplyYB(string jsonStr) {
|
|
return base.Channel.HandleControlAGVQueryApplyYB(jsonStr);
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<string> HandleControlAGVQueryApplyYBAsync(string jsonStr) {
|
|
return base.Channel.HandleControlAGVQueryApplyYBAsync(jsonStr);
|
|
}
|
|
}
|
|
}
|