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); }
public System.Threading.Tasks.Task <AxlNetClient.addDateTimeGroupResponse> addDateTimeGroupAsync(AxlNetClient.AddDateTimeGroupReq addDateTimeGroup) { return(axlPortClient24.addDateTimeGroupAsync(addDateTimeGroup)); }
public AxlNetClient.StandardResponse addDateTimeGroup(AxlNetClient.AddDateTimeGroupReq addDateTimeGroup1) { return(axlPortClient24.addDateTimeGroup(addDateTimeGroup1)); }
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)); }