Пример #1
0
 public AxlNetClient.StandardResponse updateCiscoCatalyst6000T1VoIPGatewayPri(AxlNetClient.UpdateCiscoCatalyst6000T1VoIPGatewayPriReq updateCiscoCatalyst6000T1VoIPGatewayPri1)
 {
     AxlNetClient.updateCiscoCatalyst6000T1VoIPGatewayPriRequest inValue = new AxlNetClient.updateCiscoCatalyst6000T1VoIPGatewayPriRequest();
     inValue.updateCiscoCatalyst6000T1VoIPGatewayPri = updateCiscoCatalyst6000T1VoIPGatewayPri1;
     AxlNetClient.updateCiscoCatalyst6000T1VoIPGatewayPriResponse retVal = ((AxlNetClient.AXLPort49)(this)).updateCiscoCatalyst6000T1VoIPGatewayPri(inValue);
     return(retVal.updateCiscoCatalyst6000T1VoIPGatewayPriResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateCiscoCatalyst6000T1VoIPGatewayPriResponse> updateCiscoCatalyst6000T1VoIPGatewayPriAsync(AxlNetClient.UpdateCiscoCatalyst6000T1VoIPGatewayPriReq updateCiscoCatalyst6000T1VoIPGatewayPri)
 {
     AxlNetClient.updateCiscoCatalyst6000T1VoIPGatewayPriRequest inValue = new AxlNetClient.updateCiscoCatalyst6000T1VoIPGatewayPriRequest();
     inValue.updateCiscoCatalyst6000T1VoIPGatewayPri = updateCiscoCatalyst6000T1VoIPGatewayPri;
     return(((AxlNetClient.AXLPort49)(this)).updateCiscoCatalyst6000T1VoIPGatewayPriAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateCiscoCatalyst6000T1VoIPGatewayPriResponse> AxlNetClient.AXLPort49.updateCiscoCatalyst6000T1VoIPGatewayPriAsync(AxlNetClient.updateCiscoCatalyst6000T1VoIPGatewayPriRequest request)
 {
     return(base.Channel.updateCiscoCatalyst6000T1VoIPGatewayPriAsync(request));
 }
Пример #4
0
 AxlNetClient.updateCiscoCatalyst6000T1VoIPGatewayPriResponse AxlNetClient.AXLPort49.updateCiscoCatalyst6000T1VoIPGatewayPri(AxlNetClient.updateCiscoCatalyst6000T1VoIPGatewayPriRequest request)
 {
     return(base.Channel.updateCiscoCatalyst6000T1VoIPGatewayPri(request));
 }