コード例 #1
0
 public AxlNetClient.StandardResponse addApplicationDialRules(AxlNetClient.AddApplicationDialRulesReq addApplicationDialRules1)
 {
     AxlNetClient.addApplicationDialRulesRequest inValue = new AxlNetClient.addApplicationDialRulesRequest();
     inValue.addApplicationDialRules = addApplicationDialRules1;
     AxlNetClient.addApplicationDialRulesResponse retVal = ((AxlNetClient.AXLPort36)(this)).addApplicationDialRules(inValue);
     return(retVal.addApplicationDialRulesResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addApplicationDialRulesResponse> addApplicationDialRulesAsync(AxlNetClient.AddApplicationDialRulesReq addApplicationDialRules)
 {
     AxlNetClient.addApplicationDialRulesRequest inValue = new AxlNetClient.addApplicationDialRulesRequest();
     inValue.addApplicationDialRules = addApplicationDialRules;
     return(((AxlNetClient.AXLPort36)(this)).addApplicationDialRulesAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.addApplicationDialRulesResponse> AxlNetClient.AXLPort36.addApplicationDialRulesAsync(AxlNetClient.addApplicationDialRulesRequest request)
 {
     return(base.Channel.addApplicationDialRulesAsync(request));
 }
コード例 #4
0
 AxlNetClient.addApplicationDialRulesResponse AxlNetClient.AXLPort36.addApplicationDialRules(AxlNetClient.addApplicationDialRulesRequest request)
 {
     return(base.Channel.addApplicationDialRules(request));
 }