コード例 #1
0
 public AxlNetClient.StandardResponse removeGatewayEndpointDigitalAccessPri(AxlNetClient.NameAndGUIDRequest removeGatewayEndpointDigitalAccessPri1)
 {
     AxlNetClient.removeGatewayEndpointDigitalAccessPriRequest inValue = new AxlNetClient.removeGatewayEndpointDigitalAccessPriRequest();
     inValue.removeGatewayEndpointDigitalAccessPri = removeGatewayEndpointDigitalAccessPri1;
     AxlNetClient.removeGatewayEndpointDigitalAccessPriResponse retVal = ((AxlNetClient.AXLPort47)(this)).removeGatewayEndpointDigitalAccessPri(inValue);
     return(retVal.removeGatewayEndpointDigitalAccessPriResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeGatewayEndpointDigitalAccessPriResponse> removeGatewayEndpointDigitalAccessPriAsync(AxlNetClient.NameAndGUIDRequest removeGatewayEndpointDigitalAccessPri)
 {
     AxlNetClient.removeGatewayEndpointDigitalAccessPriRequest inValue = new AxlNetClient.removeGatewayEndpointDigitalAccessPriRequest();
     inValue.removeGatewayEndpointDigitalAccessPri = removeGatewayEndpointDigitalAccessPri;
     return(((AxlNetClient.AXLPort47)(this)).removeGatewayEndpointDigitalAccessPriAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.removeGatewayEndpointDigitalAccessPriResponse> AxlNetClient.AXLPort47.removeGatewayEndpointDigitalAccessPriAsync(AxlNetClient.removeGatewayEndpointDigitalAccessPriRequest request)
 {
     return(base.Channel.removeGatewayEndpointDigitalAccessPriAsync(request));
 }
コード例 #4
0
 AxlNetClient.removeGatewayEndpointDigitalAccessPriResponse AxlNetClient.AXLPort47.removeGatewayEndpointDigitalAccessPri(AxlNetClient.removeGatewayEndpointDigitalAccessPriRequest request)
 {
     return(base.Channel.removeGatewayEndpointDigitalAccessPri(request));
 }