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); }
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)); }
System.Threading.Tasks.Task <AxlNetClient.listFallbackProfileResponse> AxlNetClient.AXLPort63.listFallbackProfileAsync(AxlNetClient.listFallbackProfileRequest request) { return(base.Channel.listFallbackProfileAsync(request)); }
AxlNetClient.listFallbackProfileResponse AxlNetClient.AXLPort63.listFallbackProfile(AxlNetClient.listFallbackProfileRequest request) { return(base.Channel.listFallbackProfile(request)); }