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

EndResetCache() public method

Finishes the asynchronous execution of the ResetCache operation.
public EndResetCache ( IAsyncResult asyncResult ) : ResetCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResetCache.
return ResetCacheResponse
        public  ResetCacheResponse EndResetCache(IAsyncResult asyncResult)
        {
            return EndInvoke<ResetCacheResponse>(asyncResult);
        }
AmazonStorageGatewayClient