コード例 #1
0
 public AxlNetClient.StandardResponse applySrst(AxlNetClient.NameAndGUIDRequest applySrst1)
 {
     AxlNetClient.applySrstRequest inValue = new AxlNetClient.applySrstRequest();
     inValue.applySrst = applySrst1;
     AxlNetClient.applySrstResponse retVal = ((AxlNetClient.AXLPort26)(this)).applySrst(inValue);
     return(retVal.applySrstResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.applySrstResponse> applySrstAsync(AxlNetClient.NameAndGUIDRequest applySrst)
 {
     AxlNetClient.applySrstRequest inValue = new AxlNetClient.applySrstRequest();
     inValue.applySrst = applySrst;
     return(((AxlNetClient.AXLPort26)(this)).applySrstAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.applySrstResponse> AxlNetClient.AXLPort26.applySrstAsync(AxlNetClient.applySrstRequest request)
 {
     return(base.Channel.applySrstAsync(request));
 }
コード例 #4
0
 AxlNetClient.applySrstResponse AxlNetClient.AXLPort26.applySrst(AxlNetClient.applySrstRequest request)
 {
     return(base.Channel.applySrst(request));
 }