コード例 #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);
 }
コード例 #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));
 }
コード例 #3
0
 public System.Threading.Tasks.Task <AxlNetClient.listCallManagerGroupResponse> listCallManagerGroupAsync(AxlNetClient.ListCallManagerGroupReq listCallManagerGroup)
 {
     return(axlPortClient17.listCallManagerGroupAsync(listCallManagerGroup));
 }
コード例 #4
0
 public AxlNetClient.ListCallManagerGroupRes listCallManagerGroup(AxlNetClient.ListCallManagerGroupReq listCallManagerGroup1)
 {
     return(axlPortClient17.listCallManagerGroup(listCallManagerGroup1));
 }