Example #1
0
 public AxlNetClient.ListExternalCallControlProfileRes listExternalCallControlProfile(AxlNetClient.ListExternalCallControlProfileReq listExternalCallControlProfile1)
 {
     AxlNetClient.listExternalCallControlProfileRequest inValue = new AxlNetClient.listExternalCallControlProfileRequest();
     inValue.listExternalCallControlProfile = listExternalCallControlProfile1;
     AxlNetClient.listExternalCallControlProfileResponse retVal = ((AxlNetClient.AXLPort52)(this)).listExternalCallControlProfile(inValue);
     return(retVal.listExternalCallControlProfileResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listExternalCallControlProfileResponse> listExternalCallControlProfileAsync(AxlNetClient.ListExternalCallControlProfileReq listExternalCallControlProfile)
 {
     AxlNetClient.listExternalCallControlProfileRequest inValue = new AxlNetClient.listExternalCallControlProfileRequest();
     inValue.listExternalCallControlProfile = listExternalCallControlProfile;
     return(((AxlNetClient.AXLPort52)(this)).listExternalCallControlProfileAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.listExternalCallControlProfileResponse> AxlNetClient.AXLPort52.listExternalCallControlProfileAsync(AxlNetClient.listExternalCallControlProfileRequest request)
 {
     return(base.Channel.listExternalCallControlProfileAsync(request));
 }
Example #4
0
 AxlNetClient.listExternalCallControlProfileResponse AxlNetClient.AXLPort52.listExternalCallControlProfile(AxlNetClient.listExternalCallControlProfileRequest request)
 {
     return(base.Channel.listExternalCallControlProfile(request));
 }