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

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

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