コード例 #1
0
 public AxlNetClient.StandardResponse removeUserProfileProvision(AxlNetClient.NameAndGUIDRequest removeUserProfileProvision1)
 {
     AxlNetClient.removeUserProfileProvisionRequest inValue = new AxlNetClient.removeUserProfileProvisionRequest();
     inValue.removeUserProfileProvision = removeUserProfileProvision1;
     AxlNetClient.removeUserProfileProvisionResponse retVal = ((AxlNetClient.AXLPort74)(this)).removeUserProfileProvision(inValue);
     return(retVal.removeUserProfileProvisionResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeUserProfileProvisionResponse> removeUserProfileProvisionAsync(AxlNetClient.NameAndGUIDRequest removeUserProfileProvision)
 {
     AxlNetClient.removeUserProfileProvisionRequest inValue = new AxlNetClient.removeUserProfileProvisionRequest();
     inValue.removeUserProfileProvision = removeUserProfileProvision;
     return(((AxlNetClient.AXLPort74)(this)).removeUserProfileProvisionAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.removeUserProfileProvisionResponse> AxlNetClient.AXLPort74.removeUserProfileProvisionAsync(AxlNetClient.removeUserProfileProvisionRequest request)
 {
     return(base.Channel.removeUserProfileProvisionAsync(request));
 }
コード例 #4
0
 AxlNetClient.removeUserProfileProvisionResponse AxlNetClient.AXLPort74.removeUserProfileProvision(AxlNetClient.removeUserProfileProvisionRequest request)
 {
     return(base.Channel.removeUserProfileProvision(request));
 }