Amazon.StorageGateway.AmazonStorageGatewayClient.ShutdownGateway C# (CSharp) Method

ShutdownGateway() private method

private ShutdownGateway ( ShutdownGatewayRequest request ) : ShutdownGatewayResponse
request ShutdownGatewayRequest
return ShutdownGatewayResponse
        internal ShutdownGatewayResponse ShutdownGateway(ShutdownGatewayRequest request)
        {
            var marshaller = new ShutdownGatewayRequestMarshaller();
            var unmarshaller = ShutdownGatewayResponseUnmarshaller.Instance;

            return Invoke<ShutdownGatewayRequest,ShutdownGatewayResponse>(request, marshaller, unmarshaller);
        }
AmazonStorageGatewayClient