コード例 #1
0
 public AxlNetClient.StandardResponse addUserProfileProvision(AxlNetClient.AddUserProfileProvisionReq addUserProfileProvision1)
 {
     AxlNetClient.addUserProfileProvisionRequest inValue = new AxlNetClient.addUserProfileProvisionRequest();
     inValue.addUserProfileProvision = addUserProfileProvision1;
     AxlNetClient.addUserProfileProvisionResponse retVal = ((AxlNetClient.AXLPort74)(this)).addUserProfileProvision(inValue);
     return(retVal.addUserProfileProvisionResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addUserProfileProvisionResponse> addUserProfileProvisionAsync(AxlNetClient.AddUserProfileProvisionReq addUserProfileProvision)
 {
     return(axlPortClient74.addUserProfileProvisionAsync(addUserProfileProvision));
 }
コード例 #3
0
 public AxlNetClient.StandardResponse addUserProfileProvision(AxlNetClient.AddUserProfileProvisionReq addUserProfileProvision1)
 {
     return(axlPortClient74.addUserProfileProvision(addUserProfileProvision1));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.addUserProfileProvisionResponse> addUserProfileProvisionAsync(AxlNetClient.AddUserProfileProvisionReq addUserProfileProvision)
 {
     AxlNetClient.addUserProfileProvisionRequest inValue = new AxlNetClient.addUserProfileProvisionRequest();
     inValue.addUserProfileProvision = addUserProfileProvision;
     return(((AxlNetClient.AXLPort74)(this)).addUserProfileProvisionAsync(inValue));
 }