Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse addDateTimeGroup(AxlNetClient.AddDateTimeGroupReq addDateTimeGroup1)
 {
     AxlNetClient.addDateTimeGroupRequest inValue = new AxlNetClient.addDateTimeGroupRequest();
     inValue.addDateTimeGroup = addDateTimeGroup1;
     AxlNetClient.addDateTimeGroupResponse retVal = ((AxlNetClient.AXLPort24)(this)).addDateTimeGroup(inValue);
     return(retVal.addDateTimeGroupResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.addDateTimeGroupResponse> addDateTimeGroupAsync(AxlNetClient.AddDateTimeGroupReq addDateTimeGroup)
 {
     return(axlPortClient24.addDateTimeGroupAsync(addDateTimeGroup));
 }
Ejemplo n.º 3
0
 public AxlNetClient.StandardResponse addDateTimeGroup(AxlNetClient.AddDateTimeGroupReq addDateTimeGroup1)
 {
     return(axlPortClient24.addDateTimeGroup(addDateTimeGroup1));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.addDateTimeGroupResponse> addDateTimeGroupAsync(AxlNetClient.AddDateTimeGroupReq addDateTimeGroup)
 {
     AxlNetClient.addDateTimeGroupRequest inValue = new AxlNetClient.addDateTimeGroupRequest();
     inValue.addDateTimeGroup = addDateTimeGroup;
     return(((AxlNetClient.AXLPort24)(this)).addDateTimeGroupAsync(inValue));
 }