Exemple #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);
 }
Exemple #2
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));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.getCcdHostedDNGroupResponse> AxlNetClient.AXLPort54.getCcdHostedDNGroupAsync(AxlNetClient.getCcdHostedDNGroupRequest request)
 {
     return(base.Channel.getCcdHostedDNGroupAsync(request));
 }
Exemple #4
0
 AxlNetClient.getCcdHostedDNGroupResponse AxlNetClient.AXLPort54.getCcdHostedDNGroup(AxlNetClient.getCcdHostedDNGroupRequest request)
 {
     return(base.Channel.getCcdHostedDNGroup(request));
 }