コード例 #1
0
 public AxlNetClient.StandardResponse removeCCAProfiles(AxlNetClient.RemoveCCAProfilesReq removeCCAProfiles1)
 {
     AxlNetClient.removeCCAProfilesRequest inValue = new AxlNetClient.removeCCAProfilesRequest();
     inValue.removeCCAProfiles = removeCCAProfiles1;
     AxlNetClient.removeCCAProfilesResponse retVal = ((AxlNetClient.AXLPort73)(this)).removeCCAProfiles(inValue);
     return(retVal.removeCCAProfilesResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeCCAProfilesResponse> removeCCAProfilesAsync(AxlNetClient.RemoveCCAProfilesReq removeCCAProfiles)
 {
     return(axlPortClient73.removeCCAProfilesAsync(removeCCAProfiles));
 }
コード例 #3
0
 public AxlNetClient.StandardResponse removeCCAProfiles(AxlNetClient.RemoveCCAProfilesReq removeCCAProfiles1)
 {
     return(axlPortClient73.removeCCAProfiles(removeCCAProfiles1));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.removeCCAProfilesResponse> removeCCAProfilesAsync(AxlNetClient.RemoveCCAProfilesReq removeCCAProfiles)
 {
     AxlNetClient.removeCCAProfilesRequest inValue = new AxlNetClient.removeCCAProfilesRequest();
     inValue.removeCCAProfiles = removeCCAProfiles;
     return(((AxlNetClient.AXLPort73)(this)).removeCCAProfilesAsync(inValue));
 }