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

EndResetCache() public méthode

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