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

EndUploadFrom() public method

Finishes the asynchronous execution of the UploadFrom operation.
public EndUploadFrom ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUploadFrom.
return void
        public void EndUploadFrom(IAsyncResult asyncResult)
        {
            this.s3ClientCache.GetClient(this.RegionAsEndpoint).EndUploadObjectFromFilePath(asyncResult);
        }