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