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

EndUploadStream() public method

Finishes the asynchronous execution of the UploadStream operation.
public EndUploadStream ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUploadStream.
return void
        public void EndUploadStream(IAsyncResult asyncResult)
        {
            this.s3ClientCache.GetClient(this.RegionAsEndpoint).EndUploadObjectFromStream(asyncResult);
        }