コード例 #1
0
 public AxlNetClient.GetUserProfileProvisionRes getUserProfileProvision(AxlNetClient.GetUserProfileProvisionReq getUserProfileProvision1)
 {
     AxlNetClient.getUserProfileProvisionRequest inValue = new AxlNetClient.getUserProfileProvisionRequest();
     inValue.getUserProfileProvision = getUserProfileProvision1;
     AxlNetClient.getUserProfileProvisionResponse retVal = ((AxlNetClient.AXLPort74)(this)).getUserProfileProvision(inValue);
     return(retVal.getUserProfileProvisionResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getUserProfileProvisionResponse> getUserProfileProvisionAsync(AxlNetClient.GetUserProfileProvisionReq getUserProfileProvision)
 {
     return(axlPortClient74.getUserProfileProvisionAsync(getUserProfileProvision));
 }
コード例 #3
0
 public AxlNetClient.GetUserProfileProvisionRes getUserProfileProvision(AxlNetClient.GetUserProfileProvisionReq getUserProfileProvision1)
 {
     return(axlPortClient74.getUserProfileProvision(getUserProfileProvision1));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getUserProfileProvisionResponse> getUserProfileProvisionAsync(AxlNetClient.GetUserProfileProvisionReq getUserProfileProvision)
 {
     AxlNetClient.getUserProfileProvisionRequest inValue = new AxlNetClient.getUserProfileProvisionRequest();
     inValue.getUserProfileProvision = getUserProfileProvision;
     return(((AxlNetClient.AXLPort74)(this)).getUserProfileProvisionAsync(inValue));
 }