//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.33440 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Saving.WcfPrincipalBalance { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(ConfigurationName="WcfPrincipalBalance.IPrincipalBalance")] public interface IPrincipalBalance { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPrincipalBalance/ItemCount", ReplyAction="http://tempuri.org/IPrincipalBalance/ItemCountResponse")] int ItemCount(string wsPass, System.DateTime operateDate); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPrincipalBalance/Run", ReplyAction="http://tempuri.org/IPrincipalBalance/RunResponse")] string Run(string wsPass, System.DateTime operateDate); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPrincipalBalance/GetStatus", ReplyAction="http://tempuri.org/IPrincipalBalance/GetStatusResponse")] string GetStatus(string wspass); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPrincipalBalance/Stop", ReplyAction="http://tempuri.org/IPrincipalBalance/StopResponse")] string Stop(string wsPass, string app, string w_sheet_id); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface IPrincipalBalanceChannel : Saving.WcfPrincipalBalance.IPrincipalBalance, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class PrincipalBalanceClient : System.ServiceModel.ClientBase, Saving.WcfPrincipalBalance.IPrincipalBalance { public PrincipalBalanceClient() { } public PrincipalBalanceClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public PrincipalBalanceClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public PrincipalBalanceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public PrincipalBalanceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public int ItemCount(string wsPass, System.DateTime operateDate) { return base.Channel.ItemCount(wsPass, operateDate); } public string Run(string wsPass, System.DateTime operateDate) { return base.Channel.Run(wsPass, operateDate); } public string GetStatus(string wspass) { return base.Channel.GetStatus(wspass); } public string Stop(string wsPass, string app, string w_sheet_id) { return base.Channel.Stop(wsPass, app, w_sheet_id); } } }