Exemplo n.º 1
0
 public AxlNetClient.GetInterClusterServiceProfileRes getInterClusterServiceProfile(AxlNetClient.GetInterClusterServiceProfileReq getInterClusterServiceProfile1)
 {
     AxlNetClient.getInterClusterServiceProfileRequest inValue = new AxlNetClient.getInterClusterServiceProfileRequest();
     inValue.getInterClusterServiceProfile = getInterClusterServiceProfile1;
     AxlNetClient.getInterClusterServiceProfileResponse retVal = ((AxlNetClient.AXLPort54)(this)).getInterClusterServiceProfile(inValue);
     return(retVal.getInterClusterServiceProfileResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getInterClusterServiceProfileResponse> getInterClusterServiceProfileAsync(AxlNetClient.GetInterClusterServiceProfileReq getInterClusterServiceProfile)
 {
     AxlNetClient.getInterClusterServiceProfileRequest inValue = new AxlNetClient.getInterClusterServiceProfileRequest();
     inValue.getInterClusterServiceProfile = getInterClusterServiceProfile;
     return(((AxlNetClient.AXLPort54)(this)).getInterClusterServiceProfileAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.getInterClusterServiceProfileResponse> AxlNetClient.AXLPort54.getInterClusterServiceProfileAsync(AxlNetClient.getInterClusterServiceProfileRequest request)
 {
     return(base.Channel.getInterClusterServiceProfileAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.getInterClusterServiceProfileResponse AxlNetClient.AXLPort54.getInterClusterServiceProfile(AxlNetClient.getInterClusterServiceProfileRequest request)
 {
     return(base.Channel.getInterClusterServiceProfile(request));
 }