コード例 #1
0
 public AxlNetClient.StandardResponse restartCiscoCatalyst6000T1VoIPGatewayPri(AxlNetClient.NameAndGUIDRequest restartCiscoCatalyst6000T1VoIPGatewayPri1)
 {
     AxlNetClient.restartCiscoCatalyst6000T1VoIPGatewayPriRequest inValue = new AxlNetClient.restartCiscoCatalyst6000T1VoIPGatewayPriRequest();
     inValue.restartCiscoCatalyst6000T1VoIPGatewayPri = restartCiscoCatalyst6000T1VoIPGatewayPri1;
     AxlNetClient.restartCiscoCatalyst6000T1VoIPGatewayPriResponse retVal = ((AxlNetClient.AXLPort49)(this)).restartCiscoCatalyst6000T1VoIPGatewayPri(inValue);
     return(retVal.restartCiscoCatalyst6000T1VoIPGatewayPriResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.restartCiscoCatalyst6000T1VoIPGatewayPriResponse> restartCiscoCatalyst6000T1VoIPGatewayPriAsync(AxlNetClient.NameAndGUIDRequest restartCiscoCatalyst6000T1VoIPGatewayPri)
 {
     AxlNetClient.restartCiscoCatalyst6000T1VoIPGatewayPriRequest inValue = new AxlNetClient.restartCiscoCatalyst6000T1VoIPGatewayPriRequest();
     inValue.restartCiscoCatalyst6000T1VoIPGatewayPri = restartCiscoCatalyst6000T1VoIPGatewayPri;
     return(((AxlNetClient.AXLPort49)(this)).restartCiscoCatalyst6000T1VoIPGatewayPriAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.restartCiscoCatalyst6000T1VoIPGatewayPriResponse> AxlNetClient.AXLPort49.restartCiscoCatalyst6000T1VoIPGatewayPriAsync(AxlNetClient.restartCiscoCatalyst6000T1VoIPGatewayPriRequest request)
 {
     return(base.Channel.restartCiscoCatalyst6000T1VoIPGatewayPriAsync(request));
 }
コード例 #4
0
 AxlNetClient.restartCiscoCatalyst6000T1VoIPGatewayPriResponse AxlNetClient.AXLPort49.restartCiscoCatalyst6000T1VoIPGatewayPri(AxlNetClient.restartCiscoCatalyst6000T1VoIPGatewayPriRequest request)
 {
     return(base.Channel.restartCiscoCatalyst6000T1VoIPGatewayPri(request));
 }