Beispiel #1
0
 public AxlNetClient.GetExternalCallControlProfileRes getExternalCallControlProfile(AxlNetClient.GetExternalCallControlProfileReq getExternalCallControlProfile1)
 {
     AxlNetClient.getExternalCallControlProfileRequest inValue = new AxlNetClient.getExternalCallControlProfileRequest();
     inValue.getExternalCallControlProfile = getExternalCallControlProfile1;
     AxlNetClient.getExternalCallControlProfileResponse retVal = ((AxlNetClient.AXLPort52)(this)).getExternalCallControlProfile(inValue);
     return(retVal.getExternalCallControlProfileResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getExternalCallControlProfileResponse> getExternalCallControlProfileAsync(AxlNetClient.GetExternalCallControlProfileReq getExternalCallControlProfile)
 {
     AxlNetClient.getExternalCallControlProfileRequest inValue = new AxlNetClient.getExternalCallControlProfileRequest();
     inValue.getExternalCallControlProfile = getExternalCallControlProfile;
     return(((AxlNetClient.AXLPort52)(this)).getExternalCallControlProfileAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.getExternalCallControlProfileResponse> AxlNetClient.AXLPort52.getExternalCallControlProfileAsync(AxlNetClient.getExternalCallControlProfileRequest request)
 {
     return(base.Channel.getExternalCallControlProfileAsync(request));
 }
Beispiel #4
0
 AxlNetClient.getExternalCallControlProfileResponse AxlNetClient.AXLPort52.getExternalCallControlProfile(AxlNetClient.getExternalCallControlProfileRequest request)
 {
     return(base.Channel.getExternalCallControlProfile(request));
 }