コード例 #1
0
 public AxlNetClient.StandardResponse updateCallManagerGroup(AxlNetClient.UpdateCallManagerGroupReq updateCallManagerGroup1)
 {
     AxlNetClient.updateCallManagerGroupRequest inValue = new AxlNetClient.updateCallManagerGroupRequest();
     inValue.updateCallManagerGroup = updateCallManagerGroup1;
     AxlNetClient.updateCallManagerGroupResponse retVal = ((AxlNetClient.AXLPort17)(this)).updateCallManagerGroup(inValue);
     return(retVal.updateCallManagerGroupResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateCallManagerGroupResponse> updateCallManagerGroupAsync(AxlNetClient.UpdateCallManagerGroupReq updateCallManagerGroup)
 {
     return(axlPortClient17.updateCallManagerGroupAsync(updateCallManagerGroup));
 }
コード例 #3
0
 public AxlNetClient.StandardResponse updateCallManagerGroup(AxlNetClient.UpdateCallManagerGroupReq updateCallManagerGroup1)
 {
     return(axlPortClient17.updateCallManagerGroup(updateCallManagerGroup1));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateCallManagerGroupResponse> updateCallManagerGroupAsync(AxlNetClient.UpdateCallManagerGroupReq updateCallManagerGroup)
 {
     AxlNetClient.updateCallManagerGroupRequest inValue = new AxlNetClient.updateCallManagerGroupRequest();
     inValue.updateCallManagerGroup = updateCallManagerGroup;
     return(((AxlNetClient.AXLPort17)(this)).updateCallManagerGroupAsync(inValue));
 }