示例#1
0
 public AxlNetClient.StandardResponse applyDateTimeGroup(AxlNetClient.NameAndGUIDRequest applyDateTimeGroup1)
 {
     AxlNetClient.applyDateTimeGroupRequest inValue = new AxlNetClient.applyDateTimeGroupRequest();
     inValue.applyDateTimeGroup = applyDateTimeGroup1;
     AxlNetClient.applyDateTimeGroupResponse retVal = ((AxlNetClient.AXLPort25)(this)).applyDateTimeGroup(inValue);
     return(retVal.applyDateTimeGroupResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.applyDateTimeGroupResponse> applyDateTimeGroupAsync(AxlNetClient.NameAndGUIDRequest applyDateTimeGroup)
 {
     AxlNetClient.applyDateTimeGroupRequest inValue = new AxlNetClient.applyDateTimeGroupRequest();
     inValue.applyDateTimeGroup = applyDateTimeGroup;
     return(((AxlNetClient.AXLPort25)(this)).applyDateTimeGroupAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.applyDateTimeGroupResponse> AxlNetClient.AXLPort25.applyDateTimeGroupAsync(AxlNetClient.applyDateTimeGroupRequest request)
 {
     return(base.Channel.applyDateTimeGroupAsync(request));
 }
示例#4
0
 AxlNetClient.applyDateTimeGroupResponse AxlNetClient.AXLPort25.applyDateTimeGroup(AxlNetClient.applyDateTimeGroupRequest request)
 {
     return(base.Channel.applyDateTimeGroup(request));
 }