コード例 #1
0
 public AxlNetClient.StandardResponse addExternalCallControlProfile(AxlNetClient.AddExternalCallControlProfileReq addExternalCallControlProfile1)
 {
     AxlNetClient.addExternalCallControlProfileRequest inValue = new AxlNetClient.addExternalCallControlProfileRequest();
     inValue.addExternalCallControlProfile = addExternalCallControlProfile1;
     AxlNetClient.addExternalCallControlProfileResponse retVal = ((AxlNetClient.AXLPort52)(this)).addExternalCallControlProfile(inValue);
     return(retVal.addExternalCallControlProfileResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addExternalCallControlProfileResponse> addExternalCallControlProfileAsync(AxlNetClient.AddExternalCallControlProfileReq addExternalCallControlProfile)
 {
     AxlNetClient.addExternalCallControlProfileRequest inValue = new AxlNetClient.addExternalCallControlProfileRequest();
     inValue.addExternalCallControlProfile = addExternalCallControlProfile;
     return(((AxlNetClient.AXLPort52)(this)).addExternalCallControlProfileAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.addExternalCallControlProfileResponse> AxlNetClient.AXLPort52.addExternalCallControlProfileAsync(AxlNetClient.addExternalCallControlProfileRequest request)
 {
     return(base.Channel.addExternalCallControlProfileAsync(request));
 }
コード例 #4
0
 AxlNetClient.addExternalCallControlProfileResponse AxlNetClient.AXLPort52.addExternalCallControlProfile(AxlNetClient.addExternalCallControlProfileRequest request)
 {
     return(base.Channel.addExternalCallControlProfile(request));
 }