示例#1
0
 public AxlNetClient.ListFallbackProfileRes listFallbackProfile(AxlNetClient.ListFallbackProfileReq listFallbackProfile1)
 {
     AxlNetClient.listFallbackProfileRequest inValue = new AxlNetClient.listFallbackProfileRequest();
     inValue.listFallbackProfile = listFallbackProfile1;
     AxlNetClient.listFallbackProfileResponse retVal = ((AxlNetClient.AXLPort63)(this)).listFallbackProfile(inValue);
     return(retVal.listFallbackProfileResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.listFallbackProfileResponse> listFallbackProfileAsync(AxlNetClient.ListFallbackProfileReq listFallbackProfile)
 {
     AxlNetClient.listFallbackProfileRequest inValue = new AxlNetClient.listFallbackProfileRequest();
     inValue.listFallbackProfile = listFallbackProfile;
     return(((AxlNetClient.AXLPort63)(this)).listFallbackProfileAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.listFallbackProfileResponse> AxlNetClient.AXLPort63.listFallbackProfileAsync(AxlNetClient.listFallbackProfileRequest request)
 {
     return(base.Channel.listFallbackProfileAsync(request));
 }
示例#4
0
 AxlNetClient.listFallbackProfileResponse AxlNetClient.AXLPort63.listFallbackProfile(AxlNetClient.listFallbackProfileRequest request)
 {
     return(base.Channel.listFallbackProfile(request));
 }