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

EndDeleteTapeArchive() public method

Finishes the asynchronous execution of the DeleteTapeArchive operation.
public EndDeleteTapeArchive ( IAsyncResult asyncResult ) : DeleteTapeArchiveResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteTapeArchive.
return DeleteTapeArchiveResponse
        public  DeleteTapeArchiveResponse EndDeleteTapeArchive(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteTapeArchiveResponse>(asyncResult);
        }
AmazonStorageGatewayClient