Amazon.S3.AmazonS3Client.EndRestoreObject C# (CSharp) Method

EndRestoreObject() public method

Finishes the asynchronous execution of the RestoreObject operation.
public EndRestoreObject ( IAsyncResult asyncResult ) : RestoreObjectResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreObject.
return Amazon.S3.Model.RestoreObjectResponse
        public  RestoreObjectResponse EndRestoreObject(IAsyncResult asyncResult)
        {
            return EndInvoke<RestoreObjectResponse>(asyncResult);
        }
AmazonS3Client