Пример #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);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listServiceProfileResponse> listServiceProfileAsync(AxlNetClient.ListServiceProfileReq listServiceProfile)
 {
     return(axlPortClient68.listServiceProfileAsync(listServiceProfile));
 }
Пример #3
0
 public AxlNetClient.ListServiceProfileRes listServiceProfile(AxlNetClient.ListServiceProfileReq listServiceProfile1)
 {
     return(axlPortClient68.listServiceProfile(listServiceProfile1));
 }
Пример #4
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));
 }