Example #1
0
 public AxlNetClient.ListCiscoCatalyst6000E1VoIPGatewayRes listCiscoCatalyst6000E1VoIPGateway(AxlNetClient.ListCiscoCatalyst6000E1VoIPGatewayReq listCiscoCatalyst6000E1VoIPGateway1)
 {
     AxlNetClient.listCiscoCatalyst6000E1VoIPGatewayRequest inValue = new AxlNetClient.listCiscoCatalyst6000E1VoIPGatewayRequest();
     inValue.listCiscoCatalyst6000E1VoIPGateway = listCiscoCatalyst6000E1VoIPGateway1;
     AxlNetClient.listCiscoCatalyst6000E1VoIPGatewayResponse retVal = ((AxlNetClient.AXLPort48)(this)).listCiscoCatalyst6000E1VoIPGateway(inValue);
     return(retVal.listCiscoCatalyst6000E1VoIPGatewayResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listCiscoCatalyst6000E1VoIPGatewayResponse> listCiscoCatalyst6000E1VoIPGatewayAsync(AxlNetClient.ListCiscoCatalyst6000E1VoIPGatewayReq listCiscoCatalyst6000E1VoIPGateway)
 {
     AxlNetClient.listCiscoCatalyst6000E1VoIPGatewayRequest inValue = new AxlNetClient.listCiscoCatalyst6000E1VoIPGatewayRequest();
     inValue.listCiscoCatalyst6000E1VoIPGateway = listCiscoCatalyst6000E1VoIPGateway;
     return(((AxlNetClient.AXLPort48)(this)).listCiscoCatalyst6000E1VoIPGatewayAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.listCiscoCatalyst6000E1VoIPGatewayResponse> AxlNetClient.AXLPort48.listCiscoCatalyst6000E1VoIPGatewayAsync(AxlNetClient.listCiscoCatalyst6000E1VoIPGatewayRequest request)
 {
     return(base.Channel.listCiscoCatalyst6000E1VoIPGatewayAsync(request));
 }
Example #4
0
 AxlNetClient.listCiscoCatalyst6000E1VoIPGatewayResponse AxlNetClient.AXLPort48.listCiscoCatalyst6000E1VoIPGateway(AxlNetClient.listCiscoCatalyst6000E1VoIPGatewayRequest request)
 {
     return(base.Channel.listCiscoCatalyst6000E1VoIPGateway(request));
 }