Example #1
0
 public AxlNetClient.StandardResponse addSrst(AxlNetClient.AddSrstReq addSrst1)
 {
     AxlNetClient.addSrstRequest inValue = new AxlNetClient.addSrstRequest();
     inValue.addSrst = addSrst1;
     AxlNetClient.addSrstResponse retVal = ((AxlNetClient.AXLPort25)(this)).addSrst(inValue);
     return(retVal.addSrstResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addSrstResponse> addSrstAsync(AxlNetClient.AddSrstReq addSrst)
 {
     AxlNetClient.addSrstRequest inValue = new AxlNetClient.addSrstRequest();
     inValue.addSrst = addSrst;
     return(((AxlNetClient.AXLPort25)(this)).addSrstAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.addSrstResponse> AxlNetClient.AXLPort25.addSrstAsync(AxlNetClient.addSrstRequest request)
 {
     return(base.Channel.addSrstAsync(request));
 }
Example #4
0
 AxlNetClient.addSrstResponse AxlNetClient.AXLPort25.addSrst(AxlNetClient.addSrstRequest request)
 {
     return(base.Channel.addSrst(request));
 }