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

ResetCache() private method

private ResetCache ( ResetCacheRequest request ) : ResetCacheResponse
request ResetCacheRequest
return ResetCacheResponse
        internal ResetCacheResponse ResetCache(ResetCacheRequest request)
        {
            var marshaller = new ResetCacheRequestMarshaller();
            var unmarshaller = ResetCacheResponseUnmarshaller.Instance;

            return Invoke<ResetCacheRequest,ResetCacheResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonStorageGatewayClient::ResetCache ( string gatewayARN ) : ResetCacheResponse
AmazonStorageGatewayClient