Exemple #1
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));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listExternalCallControlProfileResponse> listExternalCallControlProfileAsync(AxlNetClient.ListExternalCallControlProfileReq listExternalCallControlProfile)
 {
     return(axlPortClient52.listExternalCallControlProfileAsync(listExternalCallControlProfile));
 }
Exemple #3
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);
 }
Exemple #4
0
 public AxlNetClient.ListExternalCallControlProfileRes listExternalCallControlProfile(AxlNetClient.ListExternalCallControlProfileReq listExternalCallControlProfile1)
 {
     return(axlPortClient52.listExternalCallControlProfile(listExternalCallControlProfile1));
 }