AWS SDK for .NET Documentation
EndCopyPart Method (asyncResult)
AmazonAmazon.S3AmazonS3EndCopyPart(IAsyncResult) Did this page help you?   Yes   No    Tell us about it...
Finishes the asynchronous execution of the CopyPart operation.
Declaration Syntax
C#
CopyPartResponse EndCopyPart(
	IAsyncResult asyncResult
)
Parameters
asyncResult (IAsyncResult)
The IAsyncResult returned by the call to BeginCopyPart.
Return Value
Returns a CopyPartResponse from S3.
Exceptions
See Also
UploadPart()()()()

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)