Exemple #1
0
 public AxlNetClient.StandardResponse applyH323Gateway(AxlNetClient.NameAndGUIDRequest applyH323Gateway1)
 {
     AxlNetClient.applyH323GatewayRequest inValue = new AxlNetClient.applyH323GatewayRequest();
     inValue.applyH323Gateway = applyH323Gateway1;
     AxlNetClient.applyH323GatewayResponse retVal = ((AxlNetClient.AXLPort44)(this)).applyH323Gateway(inValue);
     return(retVal.applyH323GatewayResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.applyH323GatewayResponse> applyH323GatewayAsync(AxlNetClient.NameAndGUIDRequest applyH323Gateway)
 {
     AxlNetClient.applyH323GatewayRequest inValue = new AxlNetClient.applyH323GatewayRequest();
     inValue.applyH323Gateway = applyH323Gateway;
     return(((AxlNetClient.AXLPort44)(this)).applyH323GatewayAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.applyH323GatewayResponse> AxlNetClient.AXLPort44.applyH323GatewayAsync(AxlNetClient.applyH323GatewayRequest request)
 {
     return(base.Channel.applyH323GatewayAsync(request));
 }
Exemple #4
0
 AxlNetClient.applyH323GatewayResponse AxlNetClient.AXLPort44.applyH323Gateway(AxlNetClient.applyH323GatewayRequest request)
 {
     return(base.Channel.applyH323Gateway(request));
 }