Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeGatewayInformation C# (CSharp) Méthode

DescribeGatewayInformation() private méthode

private DescribeGatewayInformation ( DescribeGatewayInformationRequest request ) : DescribeGatewayInformationResponse
request DescribeGatewayInformationRequest
Résultat DescribeGatewayInformationResponse
        internal DescribeGatewayInformationResponse DescribeGatewayInformation(DescribeGatewayInformationRequest request)
        {
            var marshaller = new DescribeGatewayInformationRequestMarshaller();
            var unmarshaller = DescribeGatewayInformationResponseUnmarshaller.Instance;

            return Invoke<DescribeGatewayInformationRequest,DescribeGatewayInformationResponse>(request, marshaller, unmarshaller);
        }
AmazonStorageGatewayClient