Exemple #1
0
 public AxlNetClient.StandardResponse updateInterClusterServiceProfile(AxlNetClient.UpdateInterClusterServiceProfileReq updateInterClusterServiceProfile1)
 {
     AxlNetClient.updateInterClusterServiceProfileRequest inValue = new AxlNetClient.updateInterClusterServiceProfileRequest();
     inValue.updateInterClusterServiceProfile = updateInterClusterServiceProfile1;
     AxlNetClient.updateInterClusterServiceProfileResponse retVal = ((AxlNetClient.AXLPort54)(this)).updateInterClusterServiceProfile(inValue);
     return(retVal.updateInterClusterServiceProfileResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateInterClusterServiceProfileResponse> updateInterClusterServiceProfileAsync(AxlNetClient.UpdateInterClusterServiceProfileReq updateInterClusterServiceProfile)
 {
     AxlNetClient.updateInterClusterServiceProfileRequest inValue = new AxlNetClient.updateInterClusterServiceProfileRequest();
     inValue.updateInterClusterServiceProfile = updateInterClusterServiceProfile;
     return(((AxlNetClient.AXLPort54)(this)).updateInterClusterServiceProfileAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateInterClusterServiceProfileResponse> AxlNetClient.AXLPort54.updateInterClusterServiceProfileAsync(AxlNetClient.updateInterClusterServiceProfileRequest request)
 {
     return(base.Channel.updateInterClusterServiceProfileAsync(request));
 }
Exemple #4
0
 AxlNetClient.updateInterClusterServiceProfileResponse AxlNetClient.AXLPort54.updateInterClusterServiceProfile(AxlNetClient.updateInterClusterServiceProfileRequest request)
 {
     return(base.Channel.updateInterClusterServiceProfile(request));
 }