Amazon.DynamoDBv2.DataModel.S3Link.EndUploadStream C# (CSharp) Méthode

EndUploadStream() public méthode

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