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