//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码由工具生成。
|
// 运行时版本:4.0.30319.42000
|
//
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
// 重新生成代码,这些更改将会丢失。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace JRMonitor.WcfServiceGas {
|
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="Request", Namespace="http://schemas.datacontract.org/2004/07/WcfServiceGas")]
|
[System.SerializableAttribute()]
|
public partial class Request : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
private byte[] SerializeObjecDensityBField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private byte[] SerializeObjectInputField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private byte[] SerializeObjectInput1Field;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private byte[] SerializeObjectInput2Field;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private byte[] SerializeObjectInputLimitField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private byte[] SerializeObjectInputLimit2Field;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private byte[] SerializeObjectInputPercentField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private byte[] SerializeObjectInputPercent2Field;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private byte[] SerializeObjectInputUnknownField;
|
|
private double[] dDifField;
|
|
private double dFailCoffField;
|
|
private int iGasTypeField;
|
|
private int iWeightAField;
|
|
private int iWeightBField;
|
|
private int iWeightCField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string strUserNameField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
public byte[] SerializeObjecDensityB {
|
get {
|
return this.SerializeObjecDensityBField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.SerializeObjecDensityBField, value) != true)) {
|
this.SerializeObjecDensityBField = value;
|
this.RaisePropertyChanged("SerializeObjecDensityB");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public byte[] SerializeObjectInput {
|
get {
|
return this.SerializeObjectInputField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.SerializeObjectInputField, value) != true)) {
|
this.SerializeObjectInputField = value;
|
this.RaisePropertyChanged("SerializeObjectInput");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public byte[] SerializeObjectInput1 {
|
get {
|
return this.SerializeObjectInput1Field;
|
}
|
set {
|
if ((object.ReferenceEquals(this.SerializeObjectInput1Field, value) != true)) {
|
this.SerializeObjectInput1Field = value;
|
this.RaisePropertyChanged("SerializeObjectInput1");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public byte[] SerializeObjectInput2 {
|
get {
|
return this.SerializeObjectInput2Field;
|
}
|
set {
|
if ((object.ReferenceEquals(this.SerializeObjectInput2Field, value) != true)) {
|
this.SerializeObjectInput2Field = value;
|
this.RaisePropertyChanged("SerializeObjectInput2");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public byte[] SerializeObjectInputLimit {
|
get {
|
return this.SerializeObjectInputLimitField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.SerializeObjectInputLimitField, value) != true)) {
|
this.SerializeObjectInputLimitField = value;
|
this.RaisePropertyChanged("SerializeObjectInputLimit");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public byte[] SerializeObjectInputLimit2 {
|
get {
|
return this.SerializeObjectInputLimit2Field;
|
}
|
set {
|
if ((object.ReferenceEquals(this.SerializeObjectInputLimit2Field, value) != true)) {
|
this.SerializeObjectInputLimit2Field = value;
|
this.RaisePropertyChanged("SerializeObjectInputLimit2");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public byte[] SerializeObjectInputPercent {
|
get {
|
return this.SerializeObjectInputPercentField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.SerializeObjectInputPercentField, value) != true)) {
|
this.SerializeObjectInputPercentField = value;
|
this.RaisePropertyChanged("SerializeObjectInputPercent");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public byte[] SerializeObjectInputPercent2 {
|
get {
|
return this.SerializeObjectInputPercent2Field;
|
}
|
set {
|
if ((object.ReferenceEquals(this.SerializeObjectInputPercent2Field, value) != true)) {
|
this.SerializeObjectInputPercent2Field = value;
|
this.RaisePropertyChanged("SerializeObjectInputPercent2");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public byte[] SerializeObjectInputUnknown {
|
get {
|
return this.SerializeObjectInputUnknownField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.SerializeObjectInputUnknownField, value) != true)) {
|
this.SerializeObjectInputUnknownField = value;
|
this.RaisePropertyChanged("SerializeObjectInputUnknown");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
public double[] dDif {
|
get {
|
return this.dDifField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.dDifField, value) != true)) {
|
this.dDifField = value;
|
this.RaisePropertyChanged("dDif");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
public double dFailCoff {
|
get {
|
return this.dFailCoffField;
|
}
|
set {
|
if ((this.dFailCoffField.Equals(value) != true)) {
|
this.dFailCoffField = value;
|
this.RaisePropertyChanged("dFailCoff");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
public int iGasType {
|
get {
|
return this.iGasTypeField;
|
}
|
set {
|
if ((this.iGasTypeField.Equals(value) != true)) {
|
this.iGasTypeField = value;
|
this.RaisePropertyChanged("iGasType");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
public int iWeightA {
|
get {
|
return this.iWeightAField;
|
}
|
set {
|
if ((this.iWeightAField.Equals(value) != true)) {
|
this.iWeightAField = value;
|
this.RaisePropertyChanged("iWeightA");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
public int iWeightB {
|
get {
|
return this.iWeightBField;
|
}
|
set {
|
if ((this.iWeightBField.Equals(value) != true)) {
|
this.iWeightBField = value;
|
this.RaisePropertyChanged("iWeightB");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
|
public int iWeightC {
|
get {
|
return this.iWeightCField;
|
}
|
set {
|
if ((this.iWeightCField.Equals(value) != true)) {
|
this.iWeightCField = value;
|
this.RaisePropertyChanged("iWeightC");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string strUserName {
|
get {
|
return this.strUserNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.strUserNameField, value) != true)) {
|
this.strUserNameField = value;
|
this.RaisePropertyChanged("strUserName");
|
}
|
}
|
}
|
|
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.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
[System.Runtime.Serialization.DataContractAttribute(Name="Response", Namespace="http://schemas.datacontract.org/2004/07/WcfServiceGas")]
|
[System.SerializableAttribute()]
|
public partial class Response : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private byte[] SerializeObjectOutputField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public byte[] SerializeObjectOutput {
|
get {
|
return this.SerializeObjectOutputField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.SerializeObjectOutputField, value) != true)) {
|
this.SerializeObjectOutputField = value;
|
this.RaisePropertyChanged("SerializeObjectOutput");
|
}
|
}
|
}
|
|
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="WcfServiceGas.IServiceGas")]
|
public interface IServiceGas {
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasInfoV2", ReplyAction="http://tempuri.org/IServiceGas/GetGasInfoV2Response")]
|
JRMonitor.WcfServiceGas.Response GetGasInfoV2(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasInfoV2", ReplyAction="http://tempuri.org/IServiceGas/GetGasInfoV2Response")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasInfoV2Async(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasInfoV3", ReplyAction="http://tempuri.org/IServiceGas/GetGasInfoV3Response")]
|
JRMonitor.WcfServiceGas.Response GetGasInfoV3(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasInfoV3", ReplyAction="http://tempuri.org/IServiceGas/GetGasInfoV3Response")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasInfoV3Async(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasPercentV2", ReplyAction="http://tempuri.org/IServiceGas/GetGasPercentV2Response")]
|
JRMonitor.WcfServiceGas.Response GetGasPercentV2(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasPercentV2", ReplyAction="http://tempuri.org/IServiceGas/GetGasPercentV2Response")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasPercentV2Async(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasPercentV3", ReplyAction="http://tempuri.org/IServiceGas/GetGasPercentV3Response")]
|
JRMonitor.WcfServiceGas.Response GetGasPercentV3(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasPercentV3", ReplyAction="http://tempuri.org/IServiceGas/GetGasPercentV3Response")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasPercentV3Async(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasPercentV4", ReplyAction="http://tempuri.org/IServiceGas/GetGasPercentV4Response")]
|
JRMonitor.WcfServiceGas.Response GetGasPercentV4(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasPercentV4", ReplyAction="http://tempuri.org/IServiceGas/GetGasPercentV4Response")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasPercentV4Async(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetCheckRangeV1", ReplyAction="http://tempuri.org/IServiceGas/GetCheckRangeV1Response")]
|
JRMonitor.WcfServiceGas.Response GetCheckRangeV1(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetCheckRangeV1", ReplyAction="http://tempuri.org/IServiceGas/GetCheckRangeV1Response")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetCheckRangeV1Async(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasMCP", ReplyAction="http://tempuri.org/IServiceGas/GetGasMCPResponse")]
|
JRMonitor.WcfServiceGas.Response GetGasMCP(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasMCP", ReplyAction="http://tempuri.org/IServiceGas/GetGasMCPResponse")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasMCPAsync(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasMCPV2", ReplyAction="http://tempuri.org/IServiceGas/GetGasMCPV2Response")]
|
JRMonitor.WcfServiceGas.Response GetGasMCPV2(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasMCPV2", ReplyAction="http://tempuri.org/IServiceGas/GetGasMCPV2Response")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasMCPV2Async(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasMCPV3", ReplyAction="http://tempuri.org/IServiceGas/GetGasMCPV3Response")]
|
JRMonitor.WcfServiceGas.Response GetGasMCPV3(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasMCPV3", ReplyAction="http://tempuri.org/IServiceGas/GetGasMCPV3Response")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasMCPV3Async(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasPIONA", ReplyAction="http://tempuri.org/IServiceGas/GetGasPIONAResponse")]
|
JRMonitor.WcfServiceGas.Response GetGasPIONA(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasPIONA", ReplyAction="http://tempuri.org/IServiceGas/GetGasPIONAResponse")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasPIONAAsync(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasFormulaDf", ReplyAction="http://tempuri.org/IServiceGas/GetGasFormulaDfResponse")]
|
JRMonitor.WcfServiceGas.Response GetGasFormulaDf(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasFormulaDf", ReplyAction="http://tempuri.org/IServiceGas/GetGasFormulaDfResponse")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasFormulaDfAsync(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasHeat", ReplyAction="http://tempuri.org/IServiceGas/GetGasHeatResponse")]
|
JRMonitor.WcfServiceGas.Response GetGasHeat(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasHeat", ReplyAction="http://tempuri.org/IServiceGas/GetGasHeatResponse")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasHeatAsync(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetBlendGasHeat", ReplyAction="http://tempuri.org/IServiceGas/GetBlendGasHeatResponse")]
|
JRMonitor.WcfServiceGas.Response GetBlendGasHeat(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetBlendGasHeat", ReplyAction="http://tempuri.org/IServiceGas/GetBlendGasHeatResponse")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetBlendGasHeatAsync(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasCut", ReplyAction="http://tempuri.org/IServiceGas/GetGasCutResponse")]
|
JRMonitor.WcfServiceGas.Response GetGasCut(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/GetGasCut", ReplyAction="http://tempuri.org/IServiceGas/GetGasCutResponse")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasCutAsync(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/AutoBlendMulti", ReplyAction="http://tempuri.org/IServiceGas/AutoBlendMultiResponse")]
|
JRMonitor.WcfServiceGas.Response AutoBlendMulti(JRMonitor.WcfServiceGas.Request req);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServiceGas/AutoBlendMulti", ReplyAction="http://tempuri.org/IServiceGas/AutoBlendMultiResponse")]
|
System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> AutoBlendMultiAsync(JRMonitor.WcfServiceGas.Request req);
|
}
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
public interface IServiceGasChannel : JRMonitor.WcfServiceGas.IServiceGas, System.ServiceModel.IClientChannel {
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
public partial class ServiceGasClient : System.ServiceModel.ClientBase<JRMonitor.WcfServiceGas.IServiceGas>, JRMonitor.WcfServiceGas.IServiceGas {
|
|
public ServiceGasClient() {
|
}
|
|
public ServiceGasClient(string endpointConfigurationName) :
|
base(endpointConfigurationName) {
|
}
|
|
public ServiceGasClient(string endpointConfigurationName, string remoteAddress) :
|
base(endpointConfigurationName, remoteAddress) {
|
}
|
|
public ServiceGasClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
base(endpointConfigurationName, remoteAddress) {
|
}
|
|
public ServiceGasClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
base(binding, remoteAddress) {
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetGasInfoV2(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasInfoV2(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasInfoV2Async(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasInfoV2Async(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetGasInfoV3(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasInfoV3(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasInfoV3Async(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasInfoV3Async(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetGasPercentV2(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasPercentV2(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasPercentV2Async(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasPercentV2Async(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetGasPercentV3(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasPercentV3(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasPercentV3Async(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasPercentV3Async(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetGasPercentV4(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasPercentV4(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasPercentV4Async(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasPercentV4Async(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetCheckRangeV1(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetCheckRangeV1(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetCheckRangeV1Async(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetCheckRangeV1Async(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetGasMCP(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasMCP(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasMCPAsync(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasMCPAsync(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetGasMCPV2(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasMCPV2(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasMCPV2Async(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasMCPV2Async(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetGasMCPV3(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasMCPV3(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasMCPV3Async(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasMCPV3Async(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetGasPIONA(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasPIONA(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasPIONAAsync(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasPIONAAsync(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetGasFormulaDf(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasFormulaDf(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasFormulaDfAsync(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasFormulaDfAsync(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetGasHeat(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasHeat(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasHeatAsync(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasHeatAsync(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetBlendGasHeat(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetBlendGasHeat(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetBlendGasHeatAsync(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetBlendGasHeatAsync(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response GetGasCut(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasCut(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> GetGasCutAsync(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.GetGasCutAsync(req);
|
}
|
|
public JRMonitor.WcfServiceGas.Response AutoBlendMulti(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.AutoBlendMulti(req);
|
}
|
|
public System.Threading.Tasks.Task<JRMonitor.WcfServiceGas.Response> AutoBlendMultiAsync(JRMonitor.WcfServiceGas.Request req) {
|
return base.Channel.AutoBlendMultiAsync(req);
|
}
|
}
|
}
|