示例#1
0
 public AxlNetClient.StandardResponse removeHuntList(AxlNetClient.NameAndGUIDRequest removeHuntList1)
 {
     AxlNetClient.removeHuntListRequest inValue = new AxlNetClient.removeHuntListRequest();
     inValue.removeHuntList = removeHuntList1;
     AxlNetClient.removeHuntListResponse retVal = ((AxlNetClient.AXLPort15)(this)).removeHuntList(inValue);
     return(retVal.removeHuntListResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeHuntListResponse> removeHuntListAsync(AxlNetClient.NameAndGUIDRequest removeHuntList)
 {
     AxlNetClient.removeHuntListRequest inValue = new AxlNetClient.removeHuntListRequest();
     inValue.removeHuntList = removeHuntList;
     return(((AxlNetClient.AXLPort15)(this)).removeHuntListAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.removeHuntListResponse> AxlNetClient.AXLPort15.removeHuntListAsync(AxlNetClient.removeHuntListRequest request)
 {
     return(base.Channel.removeHuntListAsync(request));
 }
示例#4
0
 AxlNetClient.removeHuntListResponse AxlNetClient.AXLPort15.removeHuntList(AxlNetClient.removeHuntListRequest request)
 {
     return(base.Channel.removeHuntList(request));
 }