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

EndDeleteBucketReplication() public method

Finishes the asynchronous execution of the DeleteBucketReplication operation.
public EndDeleteBucketReplication ( IAsyncResult asyncResult ) : DeleteBucketReplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteBucketReplication.
return DeleteBucketReplicationResponse
        public  DeleteBucketReplicationResponse EndDeleteBucketReplication(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteBucketReplicationResponse>(asyncResult);
        }
AmazonS3Client