我正在使用异步查询对azure表进行一些查询。当我在4小时的间隔时间范围内请求行时,我得到StorageClientException。
异常消息是: 意外的内部存储客户端错误。
StackTrace是:
at Microsoft.WindowsAzure.StorageClient.Tasks.Task 1.get_Result() at Microsoft.WindowsAzure.StorageClient.Tasks.TaskAsyncResult
1.EndInvoke()at Microsoft.WindowsAzure.StorageClient.TaskImplHelper.EndImpl [T](IAsyncResult asyncResult)at Microsoft.WindowsAzure.StorageClient.TaskImplHelper.EndImplWithRetry [T](IAsyncResult asyncResult)
在Microsoft.WindowsAzure.StorageClient.CloudTableQuery`1.EndExecuteSegmented(IAsyncResult asyncResult)错误来自以下方法调用:CloudTableQuery EndExecuteSegmented(result)
欢迎任何帮助。