public AxlNetClient.StandardResponse updateDateTimeGroup(AxlNetClient.UpdateDateTimeGroupReq updateDateTimeGroup1) { AxlNetClient.updateDateTimeGroupRequest inValue = new AxlNetClient.updateDateTimeGroupRequest(); inValue.updateDateTimeGroup = updateDateTimeGroup1; AxlNetClient.updateDateTimeGroupResponse retVal = ((AxlNetClient.AXLPort24)(this)).updateDateTimeGroup(inValue); return(retVal.updateDateTimeGroupResponse1); }
public AxlNetClient.StandardResponse updateDateTimeGroup(AxlNetClient.UpdateDateTimeGroupReq updateDateTimeGroup1) { return(axlPortClient24.updateDateTimeGroup(updateDateTimeGroup1)); }
public System.Threading.Tasks.Task <AxlNetClient.updateDateTimeGroupResponse> updateDateTimeGroupAsync(AxlNetClient.UpdateDateTimeGroupReq updateDateTimeGroup) { AxlNetClient.updateDateTimeGroupRequest inValue = new AxlNetClient.updateDateTimeGroupRequest(); inValue.updateDateTimeGroup = updateDateTimeGroup; return(((AxlNetClient.AXLPort24)(this)).updateDateTimeGroupAsync(inValue)); }
public System.Threading.Tasks.Task <AxlNetClient.updateDateTimeGroupResponse> updateDateTimeGroupAsync(AxlNetClient.UpdateDateTimeGroupReq updateDateTimeGroup) { return(axlPortClient24.updateDateTimeGroupAsync(updateDateTimeGroup)); }