예제 #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);
 }
예제 #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));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.getDateTimeGroupResponse> AxlNetClient.AXLPort24.getDateTimeGroupAsync(AxlNetClient.getDateTimeGroupRequest request)
 {
     return(base.Channel.getDateTimeGroupAsync(request));
 }
예제 #4
0
 AxlNetClient.getDateTimeGroupResponse AxlNetClient.AXLPort24.getDateTimeGroup(AxlNetClient.getDateTimeGroupRequest request)
 {
     return(base.Channel.getDateTimeGroup(request));
 }