Exemple #1
0
 public AxlNetClient.GetDateTimeGroupRes getDateTimeGroup(AxlNetClient.GetDateTimeGroupReq getDateTimeGroup1)
 {
     AxlNetClient.getDateTimeGroupRequest inValue = new AxlNetClient.getDateTimeGroupRequest();
     inValue.getDateTimeGroup = getDateTimeGroup1;
     AxlNetClient.getDateTimeGroupResponse retVal = ((AxlNetClient.AXLPort24)(this)).getDateTimeGroup(inValue);
     return(retVal.getDateTimeGroupResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getDateTimeGroupResponse> getDateTimeGroupAsync(AxlNetClient.GetDateTimeGroupReq getDateTimeGroup)
 {
     AxlNetClient.getDateTimeGroupRequest inValue = new AxlNetClient.getDateTimeGroupRequest();
     inValue.getDateTimeGroup = getDateTimeGroup;
     return(((AxlNetClient.AXLPort24)(this)).getDateTimeGroupAsync(inValue));
 }
Exemple #3
0
 public System.Threading.Tasks.Task <AxlNetClient.getDateTimeGroupResponse> getDateTimeGroupAsync(AxlNetClient.GetDateTimeGroupReq getDateTimeGroup)
 {
     return(axlPortClient24.getDateTimeGroupAsync(getDateTimeGroup));
 }
Exemple #4
0
 public AxlNetClient.GetDateTimeGroupRes getDateTimeGroup(AxlNetClient.GetDateTimeGroupReq getDateTimeGroup1)
 {
     return(axlPortClient24.getDateTimeGroup(getDateTimeGroup1));
 }