Exemplo n.º 1
0
 public void Process(string SessionId, Command Command)
 {
     DemoConnector.TwinfieldBudgetService.CommandRequest inValue = new DemoConnector.TwinfieldBudgetService.CommandRequest();
     inValue.SessionId = SessionId;
     inValue.Command   = Command;
     DemoConnector.TwinfieldBudgetService.ProcessResponse retVal =
         ((DemoConnector.TwinfieldBudgetService.BudgetService)(this)).Process(inValue);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <DemoConnector.TwinfieldBudgetService.ProcessResponse> ProcessAsync(DemoConnector.TwinfieldBudgetService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldBudgetService.Command Command)
 {
     DemoConnector.TwinfieldBudgetService.CommandRequest inValue = new DemoConnector.TwinfieldBudgetService.CommandRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Command        = Command;
     return(((DemoConnector.TwinfieldBudgetService.BudgetService)(this)).ProcessAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <DemoConnector.TwinfieldBudgetService.ProcessResponse> DemoConnector.TwinfieldBudgetService.BudgetService.ProcessAsync(DemoConnector.TwinfieldBudgetService.CommandRequest request)
 {
     return(base.Channel.ProcessAsync(request));
 }
Exemplo n.º 4
0
 DemoConnector.TwinfieldBudgetService.ProcessResponse DemoConnector.TwinfieldBudgetService.BudgetService.Process(DemoConnector.TwinfieldBudgetService.CommandRequest request)
 {
     return(base.Channel.Process(request));
 }