Amazon.StorageGateway.AmazonStorageGatewayClient.EndResetCache C# (CSharp) Метод

EndResetCache() публичный Метод

Finishes the asynchronous execution of the ResetCache operation.
public EndResetCache ( IAsyncResult asyncResult ) : ResetCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResetCache.
Результат ResetCacheResponse
        public  ResetCacheResponse EndResetCache(IAsyncResult asyncResult)
        {
            return EndInvoke<ResetCacheResponse>(asyncResult);
        }
AmazonStorageGatewayClient