How do I use Azure TableClient 2.0 BeginExecuteQuerySegmented
问题 I'm trying to get all entries in my table asynchronously but am unable to figure out how to work with the continuation token. I suspect I need to take my anonymous method and convert it to a delegate, then recursively call it with the continuation token. How do I take the following code and perform an Async call and fetch all entries in the new API? Task<string[]> GetAllTableEntries(CloudTable tbl, string[] urls, string name, CancellationToken token) { TableRequestOptions reqOptions = new