Amazon.DynamoDBv2.DataModel.S3Link.EndDownloadTo C# (CSharp) Method

EndDownloadTo() public method

Finishes the asynchronous execution of the DownloadTo operation.
public EndDownloadTo ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDownloadTo.
return void
        public void EndDownloadTo(IAsyncResult asyncResult)
        {
            this.s3ClientCache.GetClient(this.RegionAsEndpoint).EndDownloadToFilePath(asyncResult);
        }