Beispiel #1
0
 public AxlNetClient.ListCallManagerGroupRes listCallManagerGroup(AxlNetClient.ListCallManagerGroupReq listCallManagerGroup1)
 {
     AxlNetClient.listCallManagerGroupRequest inValue = new AxlNetClient.listCallManagerGroupRequest();
     inValue.listCallManagerGroup = listCallManagerGroup1;
     AxlNetClient.listCallManagerGroupResponse retVal = ((AxlNetClient.AXLPort17)(this)).listCallManagerGroup(inValue);
     return(retVal.listCallManagerGroupResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listCallManagerGroupResponse> listCallManagerGroupAsync(AxlNetClient.ListCallManagerGroupReq listCallManagerGroup)
 {
     AxlNetClient.listCallManagerGroupRequest inValue = new AxlNetClient.listCallManagerGroupRequest();
     inValue.listCallManagerGroup = listCallManagerGroup;
     return(((AxlNetClient.AXLPort17)(this)).listCallManagerGroupAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.listCallManagerGroupResponse> AxlNetClient.AXLPort17.listCallManagerGroupAsync(AxlNetClient.listCallManagerGroupRequest request)
 {
     return(base.Channel.listCallManagerGroupAsync(request));
 }
Beispiel #4
0
 AxlNetClient.listCallManagerGroupResponse AxlNetClient.AXLPort17.listCallManagerGroup(AxlNetClient.listCallManagerGroupRequest request)
 {
     return(base.Channel.listCallManagerGroup(request));
 }