Ejemplo n.º 1
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));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getInterClusterServiceProfileResponse> getInterClusterServiceProfileAsync(AxlNetClient.GetInterClusterServiceProfileReq getInterClusterServiceProfile)
 {
     return(axlPortClient54.getInterClusterServiceProfileAsync(getInterClusterServiceProfile));
 }
Ejemplo n.º 3
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);
 }
Ejemplo n.º 4
0
 public AxlNetClient.GetInterClusterServiceProfileRes getInterClusterServiceProfile(AxlNetClient.GetInterClusterServiceProfileReq getInterClusterServiceProfile1)
 {
     return(axlPortClient54.getInterClusterServiceProfile(getInterClusterServiceProfile1));
 }