示例#1
0
 Imi.SupplyChain.Server.Job.OutputManagerSend.OutputManagerService.CreateOutputResponse Imi.SupplyChain.Server.Job.OutputManagerSend.OutputManagerService.IOutputHandlerService.CreateOutput(Imi.SupplyChain.Server.Job.OutputManagerSend.OutputManagerService.CreateOutputRequest request)
 {
     return(base.Channel.CreateOutput(request));
 }
示例#2
0
 public Imi.SupplyChain.Server.Job.OutputManagerSend.OutputManagerService.CreateOutputResultCollection CreateOutput(Imi.SupplyChain.Server.Job.OutputManagerSend.OutputManagerService.CreateOutputParametersCollection CreateOutputParametersCollection)
 {
     Imi.SupplyChain.Server.Job.OutputManagerSend.OutputManagerService.CreateOutputRequest inValue = new Imi.SupplyChain.Server.Job.OutputManagerSend.OutputManagerService.CreateOutputRequest();
     inValue.CreateOutputParametersCollection = CreateOutputParametersCollection;
     Imi.SupplyChain.Server.Job.OutputManagerSend.OutputManagerService.CreateOutputResponse retVal = ((Imi.SupplyChain.Server.Job.OutputManagerSend.OutputManagerService.IOutputHandlerService)(this)).CreateOutput(inValue);
     return(retVal.CreateOutputResult);
 }