Exemplo n.º 1
0
 public AxlNetClient.StandardResponse removeH323Gateway(AxlNetClient.NameAndGUIDRequest removeH323Gateway1)
 {
     AxlNetClient.removeH323GatewayRequest inValue = new AxlNetClient.removeH323GatewayRequest();
     inValue.removeH323Gateway = removeH323Gateway1;
     AxlNetClient.removeH323GatewayResponse retVal = ((AxlNetClient.AXLPort44)(this)).removeH323Gateway(inValue);
     return(retVal.removeH323GatewayResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeH323GatewayResponse> removeH323GatewayAsync(AxlNetClient.NameAndGUIDRequest removeH323Gateway)
 {
     AxlNetClient.removeH323GatewayRequest inValue = new AxlNetClient.removeH323GatewayRequest();
     inValue.removeH323Gateway = removeH323Gateway;
     return(((AxlNetClient.AXLPort44)(this)).removeH323GatewayAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.removeH323GatewayResponse> AxlNetClient.AXLPort44.removeH323GatewayAsync(AxlNetClient.removeH323GatewayRequest request)
 {
     return(base.Channel.removeH323GatewayAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.removeH323GatewayResponse AxlNetClient.AXLPort44.removeH323Gateway(AxlNetClient.removeH323GatewayRequest request)
 {
     return(base.Channel.removeH323Gateway(request));
 }