Example #1
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 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listCiscoCatalyst6000E1VoIPGatewayResponse> listCiscoCatalyst6000E1VoIPGatewayAsync(AxlNetClient.ListCiscoCatalyst6000E1VoIPGatewayReq listCiscoCatalyst6000E1VoIPGateway)
 {
     return(axlPortClient48.listCiscoCatalyst6000E1VoIPGatewayAsync(listCiscoCatalyst6000E1VoIPGateway));
 }
Example #3
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 #4
0
 public AxlNetClient.ListCiscoCatalyst6000E1VoIPGatewayRes listCiscoCatalyst6000E1VoIPGateway(AxlNetClient.ListCiscoCatalyst6000E1VoIPGatewayReq listCiscoCatalyst6000E1VoIPGateway1)
 {
     return(axlPortClient48.listCiscoCatalyst6000E1VoIPGateway(listCiscoCatalyst6000E1VoIPGateway1));
 }