Exemple #1
0
 public AxlNetClient.ListLbmGroupRes listLbmGroup(AxlNetClient.ListLbmGroupReq listLbmGroup1)
 {
     AxlNetClient.listLbmGroupRequest inValue = new AxlNetClient.listLbmGroupRequest();
     inValue.listLbmGroup = listLbmGroup1;
     AxlNetClient.listLbmGroupResponse retVal = ((AxlNetClient.AXLPort67)(this)).listLbmGroup(inValue);
     return(retVal.listLbmGroupResponse1);
 }
Exemple #2
0
 public AxlNetClient.ListLbmGroupRes listLbmGroup(AxlNetClient.ListLbmGroupReq listLbmGroup1)
 {
     return(axlPortClient67.listLbmGroup(listLbmGroup1));
 }
Exemple #3
0
 public System.Threading.Tasks.Task <AxlNetClient.listLbmGroupResponse> listLbmGroupAsync(AxlNetClient.ListLbmGroupReq listLbmGroup)
 {
     AxlNetClient.listLbmGroupRequest inValue = new AxlNetClient.listLbmGroupRequest();
     inValue.listLbmGroup = listLbmGroup;
     return(((AxlNetClient.AXLPort67)(this)).listLbmGroupAsync(inValue));
 }
Exemple #4
0
 public System.Threading.Tasks.Task <AxlNetClient.listLbmGroupResponse> listLbmGroupAsync(AxlNetClient.ListLbmGroupReq listLbmGroup)
 {
     return(axlPortClient67.listLbmGroupAsync(listLbmGroup));
 }