Esempio n. 1
0
 public AxlNetClient.ListServiceProfileRes listServiceProfile(AxlNetClient.ListServiceProfileReq listServiceProfile1)
 {
     AxlNetClient.listServiceProfileRequest inValue = new AxlNetClient.listServiceProfileRequest();
     inValue.listServiceProfile = listServiceProfile1;
     AxlNetClient.listServiceProfileResponse retVal = ((AxlNetClient.AXLPort68)(this)).listServiceProfile(inValue);
     return(retVal.listServiceProfileResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.listServiceProfileResponse> listServiceProfileAsync(AxlNetClient.ListServiceProfileReq listServiceProfile)
 {
     AxlNetClient.listServiceProfileRequest inValue = new AxlNetClient.listServiceProfileRequest();
     inValue.listServiceProfile = listServiceProfile;
     return(((AxlNetClient.AXLPort68)(this)).listServiceProfileAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.listServiceProfileResponse> AxlNetClient.AXLPort68.listServiceProfileAsync(AxlNetClient.listServiceProfileRequest request)
 {
     return(base.Channel.listServiceProfileAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.listServiceProfileResponse AxlNetClient.AXLPort68.listServiceProfile(AxlNetClient.listServiceProfileRequest request)
 {
     return(base.Channel.listServiceProfile(request));
 }