예제 #1
0
 public AxlNetClient.GetCcdHostedDNGroupRes getCcdHostedDNGroup(AxlNetClient.GetCcdHostedDNGroupReq getCcdHostedDNGroup1)
 {
     AxlNetClient.getCcdHostedDNGroupRequest inValue = new AxlNetClient.getCcdHostedDNGroupRequest();
     inValue.getCcdHostedDNGroup = getCcdHostedDNGroup1;
     AxlNetClient.getCcdHostedDNGroupResponse retVal = ((AxlNetClient.AXLPort54)(this)).getCcdHostedDNGroup(inValue);
     return(retVal.getCcdHostedDNGroupResponse1);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getCcdHostedDNGroupResponse> getCcdHostedDNGroupAsync(AxlNetClient.GetCcdHostedDNGroupReq getCcdHostedDNGroup)
 {
     return(axlPortClient54.getCcdHostedDNGroupAsync(getCcdHostedDNGroup));
 }
예제 #3
0
 public AxlNetClient.GetCcdHostedDNGroupRes getCcdHostedDNGroup(AxlNetClient.GetCcdHostedDNGroupReq getCcdHostedDNGroup1)
 {
     return(axlPortClient54.getCcdHostedDNGroup(getCcdHostedDNGroup1));
 }
예제 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getCcdHostedDNGroupResponse> getCcdHostedDNGroupAsync(AxlNetClient.GetCcdHostedDNGroupReq getCcdHostedDNGroup)
 {
     AxlNetClient.getCcdHostedDNGroupRequest inValue = new AxlNetClient.getCcdHostedDNGroupRequest();
     inValue.getCcdHostedDNGroup = getCcdHostedDNGroup;
     return(((AxlNetClient.AXLPort54)(this)).getCcdHostedDNGroupAsync(inValue));
 }