コード例 #1
0
 public AxlNetClient.StandardResponse addServiceProfile(AxlNetClient.AddServiceProfileReq addServiceProfile1)
 {
     AxlNetClient.addServiceProfileRequest inValue = new AxlNetClient.addServiceProfileRequest();
     inValue.addServiceProfile = addServiceProfile1;
     AxlNetClient.addServiceProfileResponse retVal = ((AxlNetClient.AXLPort68)(this)).addServiceProfile(inValue);
     return(retVal.addServiceProfileResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addServiceProfileResponse> addServiceProfileAsync(AxlNetClient.AddServiceProfileReq addServiceProfile)
 {
     return(axlPortClient68.addServiceProfileAsync(addServiceProfile));
 }
コード例 #3
0
 public AxlNetClient.StandardResponse addServiceProfile(AxlNetClient.AddServiceProfileReq addServiceProfile1)
 {
     return(axlPortClient68.addServiceProfile(addServiceProfile1));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.addServiceProfileResponse> addServiceProfileAsync(AxlNetClient.AddServiceProfileReq addServiceProfile)
 {
     AxlNetClient.addServiceProfileRequest inValue = new AxlNetClient.addServiceProfileRequest();
     inValue.addServiceProfile = addServiceProfile;
     return(((AxlNetClient.AXLPort68)(this)).addServiceProfileAsync(inValue));
 }