Exemplo n.º 1
0
 public AxlNetClient.GetCallManagerGroupRes getCallManagerGroup(AxlNetClient.GetCallManagerGroupReq getCallManagerGroup1)
 {
     AxlNetClient.getCallManagerGroupRequest inValue = new AxlNetClient.getCallManagerGroupRequest();
     inValue.getCallManagerGroup = getCallManagerGroup1;
     AxlNetClient.getCallManagerGroupResponse retVal = ((AxlNetClient.AXLPort17)(this)).getCallManagerGroup(inValue);
     return(retVal.getCallManagerGroupResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getCallManagerGroupResponse> getCallManagerGroupAsync(AxlNetClient.GetCallManagerGroupReq getCallManagerGroup)
 {
     AxlNetClient.getCallManagerGroupRequest inValue = new AxlNetClient.getCallManagerGroupRequest();
     inValue.getCallManagerGroup = getCallManagerGroup;
     return(((AxlNetClient.AXLPort17)(this)).getCallManagerGroupAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.getCallManagerGroupResponse> AxlNetClient.AXLPort17.getCallManagerGroupAsync(AxlNetClient.getCallManagerGroupRequest request)
 {
     return(base.Channel.getCallManagerGroupAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.getCallManagerGroupResponse AxlNetClient.AXLPort17.getCallManagerGroup(AxlNetClient.getCallManagerGroupRequest request)
 {
     return(base.Channel.getCallManagerGroup(request));
 }