示例#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);
 }
示例#2
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));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.addDateTimeGroupResponse> AxlNetClient.AXLPort24.addDateTimeGroupAsync(AxlNetClient.addDateTimeGroupRequest request)
 {
     return(base.Channel.addDateTimeGroupAsync(request));
 }
示例#4
0
 AxlNetClient.addDateTimeGroupResponse AxlNetClient.AXLPort24.addDateTimeGroup(AxlNetClient.addDateTimeGroupRequest request)
 {
     return(base.Channel.addDateTimeGroup(request));
 }